Html Css Color HEX #720ABA Purple Heart

📋 copy color: '#720ABA'

red 114 ◦ green 10 ◦ blue 186

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

Shades of Purple Heart #720ABA

Tints of Purple Heart #720ABA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.23%

 BLUE value IS 186 (73.05% from 255) = 60%

R = 36.77%
G = 3.23%
B = 60%

CMYK

 C value IS 0.39

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#720ABA (or 0x720ABA) is known color: Purple Heart. HEX triplet: 72, 0A and BA. RGB value is (114,10,186). Sum of RGB (Red+Green+Blue) = 114+10+186=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 10 (4.30% from 255 or 3.23% from 310); Blue value is 186 (73.05% from 255 or 60% from 310); Max value from RGB is 186 - color contains mainly: blue. Hex color #720ABA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720ABA is #8DF545. Grayscale: #3C3C3C. Windows color (decimal): -9303366 or 12192370. OLE color: 12192370.

HSL color Cylindrical-coordinate representation of color #720ABA: hue angle of 275.45º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #720ABA is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 10 186 -
CMYK 0.39 0.95 0 0.27
HSL 275.45º 0.9% 0.38% -
HSV(B) 275.45º 0.95% 0.73% -
XYZ 15.91 7.34 47.03 -
YUV 61.16 198.46 165.69 -
System Red Green Blue C M Y K H S L
Decimal 114 10 186 0.39 0.95 0 0.27 275.45 0.9 0.38
Hex 72 A BA 27 5F 0 1B 113 5A 26
Octal 162 12 272 47 137 0 33 423 132 46
Binary 1110010 1010 10111010 100111 1011111 0 11011 100010011 1011010 100110

Color Harmonies of #720ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720ABA

Black with #720ABA

Text Example


Text Example

White with #720ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,10,186); }

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

background-color css

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

 a { background-color: rgb(114,10,186); }

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

border-color css

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

 span { border-color: rgb(114,10,186); }

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