Html Css Color HEX #720AC0 Purple Heart

📋 copy color: '#720AC0'

red 114 ◦ green 10 ◦ blue 192

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

Shades of Purple Heart #720AC0

Tints of Purple Heart #720AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 60.76%

R = 36.08%
G = 3.16%
B = 60.76%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#720AC0 (or 0x720AC0) is known color: Purple Heart. HEX triplet: 72, 0A and C0. RGB value is (114,10,192). Sum of RGB (Red+Green+Blue) = 114+10+192=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 10 (4.30% from 255 or 3.16% from 316); Blue value is 192 (75.39% from 255 or 60.76% from 316); Max value from RGB is 192 - color contains mainly: blue. Hex color #720AC0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720AC0 is #8DF53F. Grayscale: #3D3D3D. Windows color (decimal): -9303360 or 12585586. OLE color: 12585586.

HSL color Cylindrical-coordinate representation of color #720AC0: hue angle of 274.29º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #720AC0 is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 10 192 -
CMYK 0.41 0.95 0 0.25
HSL 274.29º 0.9% 0.4% -
HSV(B) 274.29º 0.95% 0.75% -
XYZ 16.56 7.6 50.46 -
YUV 61.84 201.46 165.2 -
System Red Green Blue C M Y K H S L
Decimal 114 10 192 0.41 0.95 0 0.25 274.29 0.9 0.4
Hex 72 A C0 29 5F 0 19 112 5A 28
Octal 162 12 300 51 137 0 31 422 132 50
Binary 1110010 1010 11000000 101001 1011111 0 11001 100010010 1011010 101000

Color Harmonies of #720AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720AC0

Black with #720AC0

Text Example


Text Example

White with #720AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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