Html Css Color HEX #7020B8 Purple Heart

📋 copy color: '#7020B8'

red 112 ◦ green 32 ◦ blue 184

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

Shades of Purple Heart #7020B8

Tints of Purple Heart #7020B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 56.1%

R = 34.15%
G = 9.76%
B = 56.1%

CMYK

 C value IS 0.39

 M value IS 0.83

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#7020B8 (or 0x7020B8) is known color: Purple Heart. HEX triplet: 70, 20 and B8. RGB value is (112,32,184). Sum of RGB (Red+Green+Blue) = 112+32+184=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 184 (72.27% from 255 or 56.10% from 328); Max value from RGB is 184 - color contains mainly: blue. Hex color #7020B8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7020B8 is #8FDF47. Grayscale: #484848. Windows color (decimal): -9428808 or 12066928. OLE color: 12066928.

HSL color Cylindrical-coordinate representation of color #7020B8: hue angle of 271.58º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7020B8 is Cyan = 0.39, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 112 32 184 -
CMYK 0.39 0.83 0 0.28
HSL 271.58º 0.7% 0.42% -
HSV(B) 271.58º 0.83% 0.72% -
XYZ 15.85 7.94 46.04 -
YUV 73.25 190.5 155.64 -
System Red Green Blue C M Y K H S L
Decimal 112 32 184 0.39 0.83 0 0.28 271.58 0.7 0.42
Hex 70 20 B8 27 53 0 1C 110 46 2A
Octal 160 40 270 47 123 0 34 420 106 52
Binary 1110000 100000 10111000 100111 1010011 0 11100 100010000 1000110 101010

Color Harmonies of #7020B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7020B8

Black with #7020B8

Text Example


Text Example

White with #7020B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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