Html Css Color HEX #7F21CA Blue Violet

📋 copy color: '#7F21CA'

red 127 ◦ green 33 ◦ blue 202

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

Shades of Blue Violet #7F21CA

Tints of Blue Violet #7F21CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 55.8%

R = 35.08%
G = 9.12%
B = 55.8%

CMYK

 C value IS 0.37

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7F21CA (or 0x7F21CA) is known color: Blue Violet. HEX triplet: 7F, 21 and CA. RGB value is (127,33,202). Sum of RGB (Red+Green+Blue) = 127+33+202=362 (47% of max value = 765). Red value is 127 (50% from 255 or 35.08% from 362); Green value is 33 (13.28% from 255 or 9.12% from 362); Blue value is 202 (79.30% from 255 or 55.80% from 362); Max value from RGB is 202 - color contains mainly: blue. Hex color #7F21CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F21CA is #80DE35. Grayscale: #4F4F4F. Windows color (decimal): -8445494 or 13246847. OLE color: 13246847.

HSL color Cylindrical-coordinate representation of color #7F21CA: hue angle of 273.37º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F21CA is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 127 33 202 -
CMYK 0.37 0.84 0 0.21
HSL 273.37º 0.72% 0.46% -
HSV(B) 273.37º 0.84% 0.79% -
XYZ 19.96 9.86 56.73 -
YUV 80.37 196.64 161.26 -
System Red Green Blue C M Y K H S L
Decimal 127 33 202 0.37 0.84 0 0.21 273.37 0.72 0.46
Hex 7F 21 CA 25 54 0 15 111 48 2E
Octal 177 41 312 45 124 0 25 421 110 56
Binary 1111111 100001 11001010 100101 1010100 0 10101 100010001 1001000 101110

Color Harmonies of #7F21CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F21CA

Black with #7F21CA

Text Example


Text Example

White with #7F21CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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