Html Css Color HEX #720187 Purple

📋 copy color: '#720187'

red 114 ◦ green 1 ◦ blue 135

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

Shades of Purple #720187

Tints of Purple #720187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 54%

R = 45.6%
G = 0.4%
B = 54%

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

#720187 (or 0x720187) is known color: Purple. HEX triplet: 72, 01 and 87. RGB value is (114,1,135). Sum of RGB (Red+Green+Blue) = 114+1+135=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 135 (53.12% from 255 or 54% from 250); Max value from RGB is 135 - color contains mainly: blue. Hex color #720187 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720187 is #8DFE78. Grayscale: #313131. Windows color (decimal): -9305721 or 8847730. OLE color: 8847730.

HSL color Cylindrical-coordinate representation of color #720187: hue angle of 290.6º 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 #720187 is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 114 1 135 -
CMYK 0.16 0.99 0 0.47
HSL 290.6º 0.99% 0.27% -
HSV(B) 290.6º 0.99% 0.53% -
XYZ 11.32 5.35 23.36 -
YUV 50.06 175.94 173.6 -
System Red Green Blue C M Y K H S L
Decimal 114 1 135 0.16 0.99 0 0.47 290.6 0.99 0.27
Hex 72 1 87 10 63 0 2F 123 63 1B
Octal 162 1 207 20 143 0 57 443 143 33
Binary 1110010 1 10000111 10000 1100011 0 101111 100100011 1100011 11011

Color Harmonies of #720187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720187

Black with #720187

Text Example


Text Example

White with #720187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720187; }

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

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

background-color css

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

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

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

border-color css

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

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

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