Html Css Color HEX #7F21CE Blue Violet

📋 copy color: '#7F21CE'

red 127 ◦ green 33 ◦ blue 206

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

Shades of Blue Violet #7F21CE

Tints of Blue Violet #7F21CE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.02%

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

R = 34.7%
G = 9.02%
B = 56.28%

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

#7F21CE (or 0x7F21CE) is known color: Blue Violet. HEX triplet: 7F, 21 and CE. RGB value is (127,33,206). Sum of RGB (Red+Green+Blue) = 127+33+206=366 (48% of max value = 765). Red value is 127 (50% from 255 or 34.70% from 366); Green value is 33 (13.28% from 255 or 9.02% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F21CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F21CE is #80DE31. Grayscale: #505050. Windows color (decimal): -8445490 or 13508991. OLE color: 13508991.

HSL color Cylindrical-coordinate representation of color #7F21CE: hue angle of 272.6º degrees, saturation: 0.72, 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 #7F21CE is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 127 33 206 -
CMYK 0.38 0.84 0 0.19
HSL 272.6º 0.72% 0.47% -
HSV(B) 272.6º 0.84% 0.81% -
XYZ 20.44 10.06 59.26 -
YUV 80.83 198.64 160.93 -
System Red Green Blue C M Y K H S L
Decimal 127 33 206 0.38 0.84 0 0.19 272.6 0.72 0.47
Hex 7F 21 CE 26 54 0 13 111 48 2F
Octal 177 41 316 46 124 0 23 421 110 57
Binary 1111111 100001 11001110 100110 1010100 0 10011 100010001 1001000 101111

Color Harmonies of #7F21CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F21CE

Black with #7F21CE

Text Example


Text Example

White with #7F21CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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