Html Css Color HEX #7F20CE Blue Violet

📋 copy color: '#7F20CE'

red 127 ◦ green 32 ◦ blue 206

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

Shades of Blue Violet #7F20CE

Tints of Blue Violet #7F20CE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.77%

 BLUE value IS 206 (80.86% from 255) = 56.44%

R = 34.79%
G = 8.77%
B = 56.44%

CMYK

 C value IS 0.38

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7F20CE (or 0x7F20CE) is known color: Blue Violet. HEX triplet: 7F, 20 and CE. RGB value is (127,32,206). Sum of RGB (Red+Green+Blue) = 127+32+206=365 (48% of max value = 765). Red value is 127 (50% from 255 or 34.79% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 206 (80.86% from 255 or 56.44% from 365); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F20CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F20CE is #80DF31. Grayscale: #4F4F4F. Windows color (decimal): -8445746 or 13508735. OLE color: 13508735.

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

Color convert

RGB 127 32 206 -
CMYK 0.38 0.84 0 0.19
HSL 272.76º 0.73% 0.47% -
HSV(B) 272.76º 0.84% 0.81% -
XYZ 20.41 10 59.25 -
YUV 80.24 198.97 161.35 -
System Red Green Blue C M Y K H S L
Decimal 127 32 206 0.38 0.84 0 0.19 272.76 0.73 0.47
Hex 7F 20 CE 26 54 0 13 111 49 2F
Octal 177 40 316 46 124 0 23 421 111 57
Binary 1111111 100000 11001110 100110 1010100 0 10011 100010001 1001001 101111

Color Harmonies of #7F20CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F20CE

Black with #7F20CE

Text Example


Text Example

White with #7F20CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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