#7F32CD

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

Shades of Blue Violet #7F32CD

Tints of Blue Violet #7F32CD

Color information

#7F32CD (or 0x7F32CD) is unknown color: approx Blue Violet. HEX triplet: 7F, 32 and CD. RGB value is (127,50,205). Sum of RGB (Red+Green+Blue) = 127+50+205=382 (50% of max value = 765). Red value is 127 (50% from 255 or 33.25% from 382); Green value is 50 (19.92% from 255 or 13.09% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #7F32CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F32CD is #80CD32. Grayscale: #5A5A5A. Windows color (decimal): -8441139 or 13447807. OLE color: 13447807.

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

Color convert

RGB12750205-
CMYK0.380.7600.20
HSL269.81º60.78%50%-
HSV(B)269.81º75.61%80.39%-
XYZ20.9111.258.82-
YUV90.69192.51153.9-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.25%
GREEN value IS 50 (19.92% from 255) = 13.09%
BLUE value IS 205 (80.47% from 255) = 53.66%
R=33.25%
G=13.09%
B=53.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal127502050.380.7600.20269.8160.7850
Hex7F32CD264C01410e3d32
Octal17762315461140244167562
Binary1111111110010110011011001101001100010100100001110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F32CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,50,205); }

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

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

 a { background-color: rgb(127,50,205); }

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

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

 span { border-color: rgb(127,50,205); }

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