#7F1CCE

Color #7F1CCE Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #7F1CCE

Tints of Blue Violet #7F1CCE

Color information

#7F1CCE (or 0x7F1CCE) is unknown color: approx Blue Violet. HEX triplet: 7F, 1C and CE. RGB value is (127,28,206). Sum of RGB (Red+Green+Blue) = 127+28+206=361 (47% of max value = 765). Red value is 127 (50% from 255 or 35.18% from 361); Green value is 28 (11.33% from 255 or 7.76% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F1CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F1CCE is #80E331. Grayscale: #4D4D4D. Windows color (decimal): -8446770 or 13507711. OLE color: 13507711.

HSL color Cylindrical-coordinate representation of color #7F1CCE: hue angle of 273.37º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7F1CCE is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12728206-
CMYK0.380.8600.19
HSL273.37º76.07%45.88%-
HSV(B)273.37º86.41%80.78%-
XYZ20.319.859.21-
YUV77.89200.3163.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 35.18%
GREEN value IS 28 (11.33% from 255) = 7.76%
BLUE value IS 206 (80.86% from 255) = 57.06%
R=35.18%
G=7.76%
B=57.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal127282060.380.8600.19273.3776.0745.88
Hex7F1CCE26560131114c2e
Octal177343164612602342111456
Binary1111111111001100111010011010101100100111000100011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F1CCE; }

 p { color: rgb(127,28,206); }

 H1.HeaderClassName
 {
   color: #7F1CCE;
 }
 .AnyTagClassName
 {
   color: #7F1CCE;
 }
</style>
background-color css

<style>
 a { background-color: #7F1CCE; }

 a { background-color: rgb(127,28,206); }

 div.DivClassName
 {
   background-color: #7F1CCE;
 }
 .BgClassName
 {
   background-color: #7F1CCE;
 }
</style>
border-color css

<style>
 span { border-color: #7F1CCE; }

 span { border-color: rgb(127,28,206); }

 td.TdClassName
 {
   border-color: #7F1CCE;
 }
 .TagClassName
 {
   border-color: #7F1CCE;
 }
</style>