Html Css Color HEX #720488 Purple

📋 copy color: '#720488'

red 114 ◦ green 4 ◦ blue 136

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

Shades of Purple #720488

Tints of Purple #720488

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.57%

 BLUE value IS 136 (53.52% from 255) = 53.54%

R = 44.88%
G = 1.57%
B = 53.54%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#720488 (or 0x720488) is known color: Purple. HEX triplet: 72, 04 and 88. RGB value is (114,4,136). Sum of RGB (Red+Green+Blue) = 114+4+136=254 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.88% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 136 (53.52% from 255 or 53.54% from 254); Max value from RGB is 136 - color contains mainly: blue. Hex color #720488 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720488 is #8DFB77. Grayscale: #333333. Windows color (decimal): -9304952 or 8914034. OLE color: 8914034.

HSL color Cylindrical-coordinate representation of color #720488: hue angle of 290º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #720488 is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 114 4 136 -
CMYK 0.16 0.97 0 0.47
HSL 290º 0.94% 0.27% -
HSV(B) 290º 0.97% 0.53% -
XYZ 11.43 5.44 23.74 -
YUV 51.94 175.44 172.27 -
System Red Green Blue C M Y K H S L
Decimal 114 4 136 0.16 0.97 0 0.47 290 0.94 0.27
Hex 72 4 88 10 61 0 2F 122 5E 1B
Octal 162 4 210 20 141 0 57 442 136 33
Binary 1110010 100 10001000 10000 1100001 0 101111 100100010 1011110 11011

Color Harmonies of #720488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720488

Black with #720488

Text Example


Text Example

White with #720488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720488; }

 p { color: rgb(114,4,136); }

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

background-color css

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

 a { background-color: rgb(114,4,136); }

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

border-color css

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

 span { border-color: rgb(114,4,136); }

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