Html Css Color HEX #720188 Purple

📋 copy color: '#720188'

red 114 ◦ green 1 ◦ blue 136

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

Shades of Purple #720188

Tints of Purple #720188

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 45.42%
G = 0.4%
B = 54.18%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#720188 (or 0x720188) is known color: Purple. HEX triplet: 72, 01 and 88. RGB value is (114,1,136). Sum of RGB (Red+Green+Blue) = 114+1+136=251 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.42% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 136 (53.52% from 255 or 54.18% from 251); Max value from RGB is 136 - color contains mainly: blue. Hex color #720188 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720188 is #8DFE77. Grayscale: #313131. Windows color (decimal): -9305720 or 8913266. OLE color: 8913266.

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

Color convert

RGB 114 1 136 -
CMYK 0.16 0.99 0 0.47
HSL 290.22º 0.99% 0.27% -
HSV(B) 290.22º 0.99% 0.53% -
XYZ 11.39 5.38 23.73 -
YUV 50.18 176.44 173.52 -
System Red Green Blue C M Y K H S L
Decimal 114 1 136 0.16 0.99 0 0.47 290.22 0.99 0.27
Hex 72 1 88 10 63 0 2F 122 63 1B
Octal 162 1 210 20 143 0 57 442 143 33
Binary 1110010 1 10001000 10000 1100011 0 101111 100100010 1100011 11011

Color Harmonies of #720188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720188

Black with #720188

Text Example


Text Example

White with #720188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720188; }

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

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

background-color css

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

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

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

border-color css

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

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

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