Html Css Color HEX #720BBD Purple Heart

📋 copy color: '#720BBD'

red 114 ◦ green 11 ◦ blue 189

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

Shades of Purple Heart #720BBD

Tints of Purple Heart #720BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 60.19%

R = 36.31%
G = 3.5%
B = 60.19%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#720BBD (or 0x720BBD) is known color: Purple Heart. HEX triplet: 72, 0B and BD. RGB value is (114,11,189). Sum of RGB (Red+Green+Blue) = 114+11+189=314 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.31% from 314); Green value is 11 (4.69% from 255 or 3.50% from 314); Blue value is 189 (74.22% from 255 or 60.19% from 314); Max value from RGB is 189 - color contains mainly: blue. Hex color #720BBD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720BBD is #8DF442. Grayscale: #3D3D3D. Windows color (decimal): -9303107 or 12389234. OLE color: 12389234.

HSL color Cylindrical-coordinate representation of color #720BBD: hue angle of 274.72º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #720BBD is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 114 11 189 -
CMYK 0.40 0.94 0 0.26
HSL 274.72º 0.89% 0.39% -
HSV(B) 274.72º 0.94% 0.74% -
XYZ 16.24 7.49 48.73 -
YUV 62.09 199.62 165.03 -
System Red Green Blue C M Y K H S L
Decimal 114 11 189 0.40 0.94 0 0.26 274.72 0.89 0.39
Hex 72 B BD 28 5E 0 1A 113 59 27
Octal 162 13 275 50 136 0 32 423 131 47
Binary 1110010 1011 10111101 101000 1011110 0 11010 100010011 1011001 100111

Color Harmonies of #720BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720BBD

Black with #720BBD

Text Example


Text Example

White with #720BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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