Html Css Color HEX #7020CA Purple Heart

📋 copy color: '#7020CA'

red 112 ◦ green 32 ◦ blue 202

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

Shades of Purple Heart #7020CA

Tints of Purple Heart #7020CA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.25%

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

R = 32.37%
G = 9.25%
B = 58.38%

CMYK

 C value IS 0.45

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7020CA (or 0x7020CA) is known color: Purple Heart. HEX triplet: 70, 20 and CA. RGB value is (112,32,202). Sum of RGB (Red+Green+Blue) = 112+32+202=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 202 (79.30% from 255 or 58.38% from 346); Max value from RGB is 202 - color contains mainly: blue. Hex color #7020CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7020CA is #8FDF35. Grayscale: #4A4A4A. Windows color (decimal): -9428790 or 13246576. OLE color: 13246576.

HSL color Cylindrical-coordinate representation of color #7020CA: hue angle of 268.24º degrees, saturation: 0.73, 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 #7020CA is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 112 32 202 -
CMYK 0.45 0.84 0 0.21
HSL 268.24º 0.73% 0.46% -
HSV(B) 268.24º 0.84% 0.79% -
XYZ 17.86 8.74 56.62 -
YUV 75.3 199.5 154.18 -
System Red Green Blue C M Y K H S L
Decimal 112 32 202 0.45 0.84 0 0.21 268.24 0.73 0.46
Hex 70 20 CA 2D 54 0 15 10C 49 2E
Octal 160 40 312 55 124 0 25 414 111 56
Binary 1110000 100000 11001010 101101 1010100 0 10101 100001100 1001001 101110

Color Harmonies of #7020CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7020CA

Black with #7020CA

Text Example


Text Example

White with #7020CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7020CA; }

 p { color: rgb(112,32,202); }

 H1.HeaderClassName
 {
   color: #7020CA;
 }
 .AnyTagClassName
 {
   color: #7020CA;
 }
</style>

background-color css

<style>
 a { background-color: #7020CA; }

 a { background-color: rgb(112,32,202); }

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

border-color css

<style>
 span { border-color: #7020CA; }

 span { border-color: rgb(112,32,202); }

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