Html Css Color HEX #720DBA Purple Heart

📋 copy color: '#720DBA'

red 114 ◦ green 13 ◦ blue 186

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

Shades of Purple Heart #720DBA

Tints of Purple Heart #720DBA

RGB

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

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

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

R = 36.42%
G = 4.15%
B = 59.42%

CMYK

 C value IS 0.39

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#720DBA (or 0x720DBA) is known color: Purple Heart. HEX triplet: 72, 0D and BA. RGB value is (114,13,186). Sum of RGB (Red+Green+Blue) = 114+13+186=313 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.42% from 313); Green value is 13 (5.47% from 255 or 4.15% from 313); Blue value is 186 (73.05% from 255 or 59.42% from 313); Max value from RGB is 186 - color contains mainly: blue. Hex color #720DBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720DBA is #8DF245. Grayscale: #3E3E3E. Windows color (decimal): -9302598 or 12193138. OLE color: 12193138.

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

Color convert

RGB 114 13 186 -
CMYK 0.39 0.93 0 0.27
HSL 275.03º 0.87% 0.39% -
HSV(B) 275.03º 0.93% 0.73% -
XYZ 15.95 7.41 47.04 -
YUV 62.92 197.46 164.43 -
System Red Green Blue C M Y K H S L
Decimal 114 13 186 0.39 0.93 0 0.27 275.03 0.87 0.39
Hex 72 D BA 27 5D 0 1B 113 57 27
Octal 162 15 272 47 135 0 33 423 127 47
Binary 1110010 1101 10111010 100111 1011101 0 11011 100010011 1010111 100111

Color Harmonies of #720DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720DBA

Black with #720DBA

Text Example


Text Example

White with #720DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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