#7F36CE

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

Shades of Blue Violet #7F36CE

Tints of Blue Violet #7F36CE

Color information

#7F36CE (or 0x7F36CE) is unknown color: approx Blue Violet. HEX triplet: 7F, 36 and CE. RGB value is (127,54,206). Sum of RGB (Red+Green+Blue) = 127+54+206=387 (51% of max value = 765). Red value is 127 (50% from 255 or 32.82% from 387); Green value is 54 (21.48% from 255 or 13.95% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F36CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F36CE is #80C931. Grayscale: #5C5C5C. Windows color (decimal): -8440114 or 13514367. OLE color: 13514367.

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

Color convert

RGB12754206-
CMYK0.380.7400.19
HSL268.82º60.8%50.98%-
HSV(B)268.82º73.79%80.78%-
XYZ21.2111.6159.51-
YUV93.16191.68152.14-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.82%
GREEN value IS 54 (21.48% from 255) = 13.95%
BLUE value IS 206 (80.86% from 255) = 53.23%
R=32.82%
G=13.95%
B=53.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal127542060.380.7400.19268.8260.850.98
Hex7F36CE264A01310d3d33
Octal17766316461120234157563
Binary1111111110110110011101001101001010010011100001101111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F36CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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