Html Css Color HEX #7F36CE Blue Violet

📋 copy color: '#7F36CE'

red 127 ◦ green 54 ◦ blue 206

#7F36CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #7F36CE

Tints of Blue Violet #7F36CE

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 value IS 0.38

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7F36CE (or 0x7F36CE) is known color: 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

RGB 127 54 206 -
CMYK 0.38 0.74 0 0.19
HSL 268.82º 0.61% 0.51% -
HSV(B) 268.82º 0.74% 0.81% -
XYZ 21.21 11.61 59.51 -
YUV 93.16 191.68 152.14 -
System Red Green Blue C M Y K H S L
Decimal 127 54 206 0.38 0.74 0 0.19 268.82 0.61 0.51
Hex 7F 36 CE 26 4A 0 13 10D 3D 33
Octal 177 66 316 46 112 0 23 415 75 63
Binary 1111111 110110 11001110 100110 1001010 0 10011 100001101 111101 110011

Color Harmonies of #7F36CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F36CE

Black with #7F36CE

Text Example


Text Example

White with #7F36CE

Text Example


Text Example

HTML Codes & Css Web 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>