Html Css Color HEX #720DB3 Purple Heart

📋 copy color: '#720DB3'

red 114 ◦ green 13 ◦ blue 179

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

Shades of Purple Heart #720DB3

Tints of Purple Heart #720DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 58.5%

R = 37.25%
G = 4.25%
B = 58.5%

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

#720DB3 (or 0x720DB3) is known color: Purple Heart. HEX triplet: 72, 0D and B3. RGB value is (114,13,179). Sum of RGB (Red+Green+Blue) = 114+13+179=306 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.25% from 306); Green value is 13 (5.47% from 255 or 4.25% from 306); Blue value is 179 (70.31% from 255 or 58.50% from 306); Max value from RGB is 179 - color contains mainly: blue. Hex color #720DB3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720DB3 is #8DF24C. Grayscale: #3D3D3D. Windows color (decimal): -9302605 or 11734386. OLE color: 11734386.

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

Color convert

RGB 114 13 179 -
CMYK 0.36 0.93 0 0.30
HSL 276.51º 0.86% 0.38% -
HSV(B) 276.51º 0.93% 0.7% -
XYZ 15.22 7.12 43.22 -
YUV 62.12 193.96 165 -
System Red Green Blue C M Y K H S L
Decimal 114 13 179 0.36 0.93 0 0.30 276.51 0.86 0.38
Hex 72 D B3 24 5D 0 1E 115 56 26
Octal 162 15 263 44 135 0 36 425 126 46
Binary 1110010 1101 10110011 100100 1011101 0 11110 100010101 1010110 100110

Color Harmonies of #720DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720DB3

Black with #720DB3

Text Example


Text Example

White with #720DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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