Html Css Color HEX #7021A4 Royal Purple

📋 copy color: '#7021A4'

red 112 ◦ green 33 ◦ blue 164

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

Shades of Royal Purple #7021A4

Tints of Royal Purple #7021A4

RGB

 RED value IS 112 (44.14% from 255) = 36.25%

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

 BLUE value IS 164 (64.45% from 255) = 53.07%

R = 36.25%
G = 10.68%
B = 53.07%

CMYK

 C value IS 0.32

 M value IS 0.80

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7021A4 (or 0x7021A4) is known color: Royal Purple. HEX triplet: 70, 21 and A4. RGB value is (112,33,164). Sum of RGB (Red+Green+Blue) = 112+33+164=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 164 (64.45% from 255 or 53.07% from 309); Max value from RGB is 164 - color contains mainly: blue. Hex color #7021A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7021A4 is #8FDE5B. Grayscale: #474747. Windows color (decimal): -9428572 or 10756464. OLE color: 10756464.

HSL color Cylindrical-coordinate representation of color #7021A4: hue angle of 276.18º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7021A4 is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 112 33 164 -
CMYK 0.32 0.80 0 0.36
HSL 276.18º 0.66% 0.39% -
HSV(B) 276.18º 0.8% 0.64% -
XYZ 13.93 7.21 35.78 -
YUV 71.56 180.17 156.85 -
System Red Green Blue C M Y K H S L
Decimal 112 33 164 0.32 0.80 0 0.36 276.18 0.66 0.39
Hex 70 21 A4 20 50 0 24 114 42 27
Octal 160 41 244 40 120 0 44 424 102 47
Binary 1110000 100001 10100100 100000 1010000 0 100100 100010100 1000010 100111

Color Harmonies of #7021A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7021A4

Black with #7021A4

Text Example


Text Example

White with #7021A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7021A4; }

 p { color: rgb(112,33,164); }

 H1.HeaderClassName
 {
   color: #7021A4;
 }
 .AnyTagClassName
 {
   color: #7021A4;
 }
</style>

background-color css

<style>
 a { background-color: #7021A4; }

 a { background-color: rgb(112,33,164); }

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

border-color css

<style>
 span { border-color: #7021A4; }

 span { border-color: rgb(112,33,164); }

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