Html Css Color HEX #7032DB Purple Heart

📋 copy color: '#7032DB'

red 112 ◦ green 50 ◦ blue 219

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

Shades of Purple Heart #7032DB

Tints of Purple Heart #7032DB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.12%

 BLUE value IS 219 (85.94% from 255) = 57.48%

R = 29.4%
G = 13.12%
B = 57.48%

CMYK

 C value IS 0.49

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7032DB (or 0x7032DB) is known color: Purple Heart. HEX triplet: 70, 32 and DB. RGB value is (112,50,219). Sum of RGB (Red+Green+Blue) = 112+50+219=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 50 (19.92% from 255 or 13.12% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #7032DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7032DB is #8FCD24. Grayscale: #575757. Windows color (decimal): -9424165 or 14365296. OLE color: 14365296.

HSL color Cylindrical-coordinate representation of color #7032DB: hue angle of 262.01º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7032DB is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 50 219 -
CMYK 0.49 0.77 0 0.14
HSL 262.01º 0.7% 0.53% -
HSV(B) 262.01º 0.77% 0.86% -
XYZ 20.61 10.84 68.02 -
YUV 87.8 202.04 145.26 -
System Red Green Blue C M Y K H S L
Decimal 112 50 219 0.49 0.77 0 0.14 262.01 0.7 0.53
Hex 70 32 DB 31 4D 0 E 106 46 35
Octal 160 62 333 61 115 0 16 406 106 65
Binary 1110000 110010 11011011 110001 1001101 0 1110 100000110 1000110 110101

Color Harmonies of #7032DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7032DB

Black with #7032DB

Text Example


Text Example

White with #7032DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7032DB; }

 p { color: rgb(112,50,219); }

 H1.HeaderClassName
 {
   color: #7032DB;
 }
 .AnyTagClassName
 {
   color: #7032DB;
 }
</style>

background-color css

<style>
 a { background-color: #7032DB; }

 a { background-color: rgb(112,50,219); }

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

border-color css

<style>
 span { border-color: #7032DB; }

 span { border-color: rgb(112,50,219); }

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