Html Css Color HEX #7F36CC Blue Violet

📋 copy color: '#7F36CC'

red 127 ◦ green 54 ◦ blue 204

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

Shades of Blue Violet #7F36CC

Tints of Blue Violet #7F36CC

RGB

 RED value IS 127 (50% from 255) = 32.99%

 GREEN value IS 54 (21.48% from 255) = 14.03%

 BLUE value IS 204 (80.08% from 255) = 52.99%

R = 32.99%
G = 14.03%
B = 52.99%

CMYK

 C value IS 0.38

 M value IS 0.74

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7F36CC (or 0x7F36CC) is known color: Blue Violet. HEX triplet: 7F, 36 and CC. RGB value is (127,54,204). Sum of RGB (Red+Green+Blue) = 127+54+204=385 (50% of max value = 765). Red value is 127 (50% from 255 or 32.99% from 385); Green value is 54 (21.48% from 255 or 14.03% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #7F36CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F36CC is #80C933. Grayscale: #5C5C5C. Windows color (decimal): -8440116 or 13383295. OLE color: 13383295.

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

Color convert

RGB 127 54 204 -
CMYK 0.38 0.74 0 0.2
HSL 269.2º 0.6% 0.51% -
HSV(B) 269.2º 0.74% 0.8% -
XYZ 20.97 11.51 58.24 -
YUV 92.93 190.68 152.3 -
System Red Green Blue C M Y K H S L
Decimal 127 54 204 0.38 0.74 0 0.2 269.2 0.6 0.51
Hex 7F 36 CC 26 4A 0 14 10D 3C 33
Octal 177 66 314 46 112 0 24 415 74 63
Binary 1111111 110110 11001100 100110 1001010 0 10100 100001101 111100 110011

Color Harmonies of #7F36CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F36CC

Black with #7F36CC

Text Example


Text Example

White with #7F36CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7F36CC;
 }
 .AnyTagClassName
 {
   color: #7F36CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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