#7F35CC

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

Shades of Blue Violet #7F35CC

Tints of Blue Violet #7F35CC

Color information

#7F35CC (or 0x7F35CC) is unknown color: approx Blue Violet. HEX triplet: 7F, 35 and CC. RGB value is (127,53,204). Sum of RGB (Red+Green+Blue) = 127+53+204=384 (50% of max value = 765). Red value is 127 (50% from 255 or 33.07% from 384); Green value is 53 (21.09% from 255 or 13.80% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #7F35CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F35CC is #80CA33. Grayscale: #5B5B5B. Windows color (decimal): -8440372 or 13383039. OLE color: 13383039.

HSL color Cylindrical-coordinate representation of color #7F35CC: hue angle of 269.4º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7F35CC is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB12753204-
CMYK0.380.7400.2
HSL269.4º59.68%50.39%-
HSV(B)269.4º74.02%80%-
XYZ20.9211.4258.23-
YUV92.34191.02152.72-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.07%
GREEN value IS 53 (21.09% from 255) = 13.80%
BLUE value IS 204 (80.08% from 255) = 53.12%
R=33.07%
G=13.80%
B=53.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal127532040.380.7400.2269.459.6850.39
Hex7F35CC264A01410d3c32
Octal17765314461120244157462
Binary1111111110101110011001001101001010010100100001101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F35CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,53,204); }

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

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

 a { background-color: rgb(127,53,204); }

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

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

 span { border-color: rgb(127,53,204); }

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