Html Css Color HEX #7020BA Purple Heart

📋 copy color: '#7020BA'

red 112 ◦ green 32 ◦ blue 186

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

Shades of Purple Heart #7020BA

Tints of Purple Heart #7020BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 56.36%

R = 33.94%
G = 9.7%
B = 56.36%

CMYK

 C value IS 0.40

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7020BA (or 0x7020BA) is known color: Purple Heart. HEX triplet: 70, 20 and BA. RGB value is (112,32,186). Sum of RGB (Red+Green+Blue) = 112+32+186=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 32 (12.89% from 255 or 9.70% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #7020BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7020BA is #8FDF45. Grayscale: #484848. Windows color (decimal): -9428806 or 12198000. OLE color: 12198000.

HSL color Cylindrical-coordinate representation of color #7020BA: hue angle of 271.17º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7020BA is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 32 186 -
CMYK 0.40 0.83 0 0.27
HSL 271.17º 0.71% 0.43% -
HSV(B) 271.17º 0.83% 0.73% -
XYZ 16.06 8.02 47.16 -
YUV 73.48 191.5 155.48 -
System Red Green Blue C M Y K H S L
Decimal 112 32 186 0.40 0.83 0 0.27 271.17 0.71 0.43
Hex 70 20 BA 28 53 0 1B 10F 47 2B
Octal 160 40 272 50 123 0 33 417 107 53
Binary 1110000 100000 10111010 101000 1010011 0 11011 100001111 1000111 101011

Color Harmonies of #7020BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7020BA

Black with #7020BA

Text Example


Text Example

White with #7020BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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