Html Css Color HEX #720DB2 Purple Heart

📋 copy color: '#720DB2'

red 114 ◦ green 13 ◦ blue 178

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

Shades of Purple Heart #720DB2

Tints of Purple Heart #720DB2

RGB

 RED value IS 114 (44.92% from 255) = 37.38%

 GREEN value IS 13 (5.47% from 255) = 4.26%

 BLUE value IS 178 (69.92% from 255) = 58.36%

R = 37.38%
G = 4.26%
B = 58.36%

CMYK

 C value IS 0.36

 M value IS 0.93

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#720DB2 (or 0x720DB2) is known color: Purple Heart. HEX triplet: 72, 0D and B2. RGB value is (114,13,178). Sum of RGB (Red+Green+Blue) = 114+13+178=305 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.38% from 305); Green value is 13 (5.47% from 255 or 4.26% from 305); Blue value is 178 (69.92% from 255 or 58.36% from 305); Max value from RGB is 178 - color contains mainly: blue. Hex color #720DB2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720DB2 is #8DF24D. Grayscale: #3D3D3D. Windows color (decimal): -9302606 or 11668850. OLE color: 11668850.

HSL color Cylindrical-coordinate representation of color #720DB2: hue angle of 276.73º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #720DB2 is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 114 13 178 -
CMYK 0.36 0.93 0 0.30
HSL 276.73º 0.86% 0.37% -
HSV(B) 276.73º 0.93% 0.7% -
XYZ 15.12 7.08 42.69 -
YUV 62.01 193.46 165.08 -
System Red Green Blue C M Y K H S L
Decimal 114 13 178 0.36 0.93 0 0.30 276.73 0.86 0.37
Hex 72 D B2 24 5D 0 1E 115 56 25
Octal 162 15 262 44 135 0 36 425 126 45
Binary 1110010 1101 10110010 100100 1011101 0 11110 100010101 1010110 100101

Color Harmonies of #720DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720DB2

Black with #720DB2

Text Example


Text Example

White with #720DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720DB2; }

 p { color: rgb(114,13,178); }

 H1.HeaderClassName
 {
   color: #720DB2;
 }
 .AnyTagClassName
 {
   color: #720DB2;
 }
</style>

background-color css

<style>
 a { background-color: #720DB2; }

 a { background-color: rgb(114,13,178); }

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

border-color css

<style>
 span { border-color: #720DB2; }

 span { border-color: rgb(114,13,178); }

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