Html Css Color HEX #720BC5 Purple Heart

📋 copy color: '#720BC5'

red 114 ◦ green 11 ◦ blue 197

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

Shades of Purple Heart #720BC5

Tints of Purple Heart #720BC5

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.42%

 BLUE value IS 197 (77.34% from 255) = 61.18%

R = 35.4%
G = 3.42%
B = 61.18%

CMYK

 C value IS 0.42

 M value IS 0.94

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#720BC5 (or 0x720BC5) is known color: Purple Heart. HEX triplet: 72, 0B and C5. RGB value is (114,11,197). Sum of RGB (Red+Green+Blue) = 114+11+197=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 11 (4.69% from 255 or 3.42% from 322); Blue value is 197 (77.34% from 255 or 61.18% from 322); Max value from RGB is 197 - color contains mainly: blue. Hex color #720BC5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720BC5 is #8DF43A. Grayscale: #3E3E3E. Windows color (decimal): -9303099 or 12913522. OLE color: 12913522.

HSL color Cylindrical-coordinate representation of color #720BC5: hue angle of 273.23º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #720BC5 is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 114 11 197 -
CMYK 0.42 0.94 0 0.23
HSL 273.23º 0.89% 0.41% -
HSV(B) 273.23º 0.94% 0.77% -
XYZ 17.14 7.85 53.43 -
YUV 63 203.62 164.38 -
System Red Green Blue C M Y K H S L
Decimal 114 11 197 0.42 0.94 0 0.23 273.23 0.89 0.41
Hex 72 B C5 2A 5E 0 17 111 59 29
Octal 162 13 305 52 136 0 27 421 131 51
Binary 1110010 1011 11000101 101010 1011110 0 10111 100010001 1011001 101001

Color Harmonies of #720BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720BC5

Black with #720BC5

Text Example


Text Example

White with #720BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,11,197); }

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

background-color css

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

 a { background-color: rgb(114,11,197); }

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

border-color css

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

 span { border-color: rgb(114,11,197); }

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