#7F37DC

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

Shades of Blue Violet #7F37DC

Tints of Blue Violet #7F37DC

Color information

#7F37DC (or 0x7F37DC) is unknown color: approx Blue Violet. HEX triplet: 7F, 37 and DC. RGB value is (127,55,220). Sum of RGB (Red+Green+Blue) = 127+55+220=402 (53% of max value = 765). Red value is 127 (50% from 255 or 31.59% from 402); Green value is 55 (21.88% from 255 or 13.68% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F37DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F37DC is #80C823. Grayscale: #5E5E5E. Windows color (decimal): -8439844 or 14432127. OLE color: 14432127.

HSL color Cylindrical-coordinate representation of color #7F37DC: hue angle of 266.18º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7F37DC is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB12755220-
CMYK0.420.7500.14
HSL266.18º70.21%53.92%-
HSV(B)266.18º75%86.27%-
XYZ23.0412.4168.89-
YUV95.34198.35150.58-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.59%
GREEN value IS 55 (21.88% from 255) = 13.68%
BLUE value IS 220 (86.33% from 255) = 54.73%
R=31.59%
G=13.68%
B=54.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal127552200.420.7500.14266.1870.2153.92
Hex7F37DC2A4B0E10a4636
Octal177673345211301641210666
Binary1111111110111110111001010101001011011101000010101000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F37DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,55,220); }

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

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

 a { background-color: rgb(127,55,220); }

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

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

 span { border-color: rgb(127,55,220); }

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