Html Css Color HEX #720BBB Purple Heart

📋 copy color: '#720BBB'

red 114 ◦ green 11 ◦ blue 187

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

Shades of Purple Heart #720BBB

Tints of Purple Heart #720BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 59.94%

R = 36.54%
G = 3.53%
B = 59.94%

CMYK

 C value IS 0.39

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#720BBB (or 0x720BBB) is known color: Purple Heart. HEX triplet: 72, 0B and BB. RGB value is (114,11,187). Sum of RGB (Red+Green+Blue) = 114+11+187=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 11 (4.69% from 255 or 3.53% from 312); Blue value is 187 (73.44% from 255 or 59.94% from 312); Max value from RGB is 187 - color contains mainly: blue. Hex color #720BBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720BBB is #8DF444. Grayscale: #3D3D3D. Windows color (decimal): -9303109 or 12258162. OLE color: 12258162.

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

Color convert

RGB 114 11 187 -
CMYK 0.39 0.94 0 0.27
HSL 275.11º 0.89% 0.39% -
HSV(B) 275.11º 0.94% 0.73% -
XYZ 16.03 7.4 47.6 -
YUV 61.86 198.62 165.19 -
System Red Green Blue C M Y K H S L
Decimal 114 11 187 0.39 0.94 0 0.27 275.11 0.89 0.39
Hex 72 B BB 27 5E 0 1B 113 59 27
Octal 162 13 273 47 136 0 33 423 131 47
Binary 1110010 1011 10111011 100111 1011110 0 11011 100010011 1011001 100111

Color Harmonies of #720BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720BBB

Black with #720BBB

Text Example


Text Example

White with #720BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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