#7E17CB

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

Shades of Blue Violet #7E17CB

Tints of Blue Violet #7E17CB

Color information

#7E17CB (or 0x7E17CB) is unknown color: approx Blue Violet. HEX triplet: 7E, 17 and CB. RGB value is (126,23,203). Sum of RGB (Red+Green+Blue) = 126+23+203=352 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.80% from 352); Green value is 23 (9.38% from 255 or 6.53% from 352); Blue value is 203 (79.69% from 255 or 57.67% from 352); Max value from RGB is 203 - color contains mainly: blue. Hex color #7E17CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E17CB is #81E834. Grayscale: #494949. Windows color (decimal): -8513589 or 13309822. OLE color: 13309822.

HSL color Cylindrical-coordinate representation of color #7E17CB: hue angle of 274.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7E17CB is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12623203-
CMYK0.380.8900.20
HSL274.33º79.65%44.31%-
HSV(B)274.33º88.67%79.61%-
XYZ19.699.3657.27-
YUV74.32200.62164.86-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.80%
GREEN value IS 23 (9.38% from 255) = 6.53%
BLUE value IS 203 (79.69% from 255) = 57.67%
R=35.80%
G=6.53%
B=57.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal126232030.380.8900.20274.3379.6544.31
Hex7E17CB2659014112502c
Octal176273134613102442212054
Binary1111110101111100101110011010110010101001000100101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E17CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,23,203); }

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

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

 a { background-color: rgb(126,23,203); }

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

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

 span { border-color: rgb(126,23,203); }

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