Html Css Color HEX #7021D7 Purple Heart

📋 copy color: '#7021D7'

red 112 ◦ green 33 ◦ blue 215

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

Shades of Purple Heart #7021D7

Tints of Purple Heart #7021D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 59.72%

R = 31.11%
G = 9.17%
B = 59.72%

CMYK

 C value IS 0.48

 M value IS 0.85

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7021D7 (or 0x7021D7) is known color: Purple Heart. HEX triplet: 70, 21 and D7. RGB value is (112,33,215). Sum of RGB (Red+Green+Blue) = 112+33+215=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 33 (13.28% from 255 or 9.17% from 360); Blue value is 215 (84.38% from 255 or 59.72% from 360); Max value from RGB is 215 - color contains mainly: blue. Hex color #7021D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7021D7 is #8FDE28. Grayscale: #4C4C4C. Windows color (decimal): -9428521 or 14098800. OLE color: 14098800.

HSL color Cylindrical-coordinate representation of color #7021D7: hue angle of 266.04º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7021D7 is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 33 215 -
CMYK 0.48 0.85 0 0.16
HSL 266.04º 0.73% 0.49% -
HSV(B) 266.04º 0.85% 0.84% -
XYZ 19.49 9.44 65.08 -
YUV 77.37 205.67 152.7 -
System Red Green Blue C M Y K H S L
Decimal 112 33 215 0.48 0.85 0 0.16 266.04 0.73 0.49
Hex 70 21 D7 30 55 0 10 10A 49 31
Octal 160 41 327 60 125 0 20 412 111 61
Binary 1110000 100001 11010111 110000 1010101 0 10000 100001010 1001001 110001

Color Harmonies of #7021D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7021D7

Black with #7021D7

Text Example


Text Example

White with #7021D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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