Html Css Color HEX #7020BF Purple Heart

📋 copy color: '#7020BF'

red 112 ◦ green 32 ◦ blue 191

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

Shades of Purple Heart #7020BF

Tints of Purple Heart #7020BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 57.01%

R = 33.43%
G = 9.55%
B = 57.01%

CMYK

 C value IS 0.41

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7020BF (or 0x7020BF) is known color: Purple Heart. HEX triplet: 70, 20 and BF. RGB value is (112,32,191). Sum of RGB (Red+Green+Blue) = 112+32+191=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 191 (75% from 255 or 57.01% from 335); Max value from RGB is 191 - color contains mainly: blue. Hex color #7020BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7020BF is #8FDF40. Grayscale: #494949. Windows color (decimal): -9428801 or 12525680. OLE color: 12525680.

HSL color Cylindrical-coordinate representation of color #7020BF: hue angle of 270.19º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7020BF is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 32 191 -
CMYK 0.41 0.83 0 0.25
HSL 270.19º 0.71% 0.44% -
HSV(B) 270.19º 0.83% 0.75% -
XYZ 16.6 8.24 50.01 -
YUV 74.05 194 155.07 -
System Red Green Blue C M Y K H S L
Decimal 112 32 191 0.41 0.83 0 0.25 270.19 0.71 0.44
Hex 70 20 BF 29 53 0 19 10E 47 2C
Octal 160 40 277 51 123 0 31 416 107 54
Binary 1110000 100000 10111111 101001 1010011 0 11001 100001110 1000111 101100

Color Harmonies of #7020BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7020BF

Black with #7020BF

Text Example


Text Example

White with #7020BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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