Html Css Color HEX #7020BE Purple Heart

📋 copy color: '#7020BE'

red 112 ◦ green 32 ◦ blue 190

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

Shades of Purple Heart #7020BE

Tints of Purple Heart #7020BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 56.89%

R = 33.53%
G = 9.58%
B = 56.89%

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

#7020BE (or 0x7020BE) is known color: Purple Heart. HEX triplet: 70, 20 and BE. RGB value is (112,32,190). Sum of RGB (Red+Green+Blue) = 112+32+190=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 190 (74.61% from 255 or 56.89% from 334); Max value from RGB is 190 - color contains mainly: blue. Hex color #7020BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7020BE is #8FDF41. Grayscale: #494949. Windows color (decimal): -9428802 or 12460144. OLE color: 12460144.

HSL color Cylindrical-coordinate representation of color #7020BE: hue angle of 270.38º 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 #7020BE is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 32 190 -
CMYK 0.41 0.83 0 0.25
HSL 270.38º 0.71% 0.44% -
HSV(B) 270.38º 0.83% 0.75% -
XYZ 16.49 8.2 49.43 -
YUV 73.93 193.5 155.15 -
System Red Green Blue C M Y K H S L
Decimal 112 32 190 0.41 0.83 0 0.25 270.38 0.71 0.44
Hex 70 20 BE 29 53 0 19 10E 47 2C
Octal 160 40 276 51 123 0 31 416 107 54
Binary 1110000 100000 10111110 101001 1010011 0 11001 100001110 1000111 101100

Color Harmonies of #7020BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7020BE

Black with #7020BE

Text Example


Text Example

White with #7020BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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