Html Css Color HEX #7021CD Purple Heart

📋 copy color: '#7021CD'

red 112 ◦ green 33 ◦ blue 205

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

Shades of Purple Heart #7021CD

Tints of Purple Heart #7021CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.57%

R = 32%
G = 9.43%
B = 58.57%

CMYK

 C value IS 0.45

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7021CD (or 0x7021CD) is known color: Purple Heart. HEX triplet: 70, 21 and CD. RGB value is (112,33,205). Sum of RGB (Red+Green+Blue) = 112+33+205=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 33 (13.28% from 255 or 9.43% from 350); Blue value is 205 (80.47% from 255 or 58.57% from 350); Max value from RGB is 205 - color contains mainly: blue. Hex color #7021CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7021CD is #8FDE32. Grayscale: #4B4B4B. Windows color (decimal): -9428531 or 13443440. OLE color: 13443440.

HSL color Cylindrical-coordinate representation of color #7021CD: hue angle of 267.56º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7021CD is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 33 205 -
CMYK 0.45 0.84 0 0.20
HSL 267.56º 0.72% 0.47% -
HSV(B) 267.56º 0.84% 0.8% -
XYZ 18.25 8.94 58.52 -
YUV 76.23 200.67 153.51 -
System Red Green Blue C M Y K H S L
Decimal 112 33 205 0.45 0.84 0 0.20 267.56 0.72 0.47
Hex 70 21 CD 2D 54 0 14 10C 48 2F
Octal 160 41 315 55 124 0 24 414 110 57
Binary 1110000 100001 11001101 101101 1010100 0 10100 100001100 1001000 101111

Color Harmonies of #7021CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7021CD

Black with #7021CD

Text Example


Text Example

White with #7021CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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