Html Css Color HEX #720885 Purple

📋 copy color: '#720885'

red 114 ◦ green 8 ◦ blue 133

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

Shades of Purple #720885

Tints of Purple #720885

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.14%

 BLUE value IS 133 (52.34% from 255) = 52.16%

R = 44.71%
G = 3.14%
B = 52.16%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#720885 (or 0x720885) is known color: Purple. HEX triplet: 72, 08 and 85. RGB value is (114,8,133). Sum of RGB (Red+Green+Blue) = 114+8+133=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #720885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720885 is #8DF77A. Grayscale: #353535. Windows color (decimal): -9303931 or 8718450. OLE color: 8718450.

HSL color Cylindrical-coordinate representation of color #720885: hue angle of 290.88º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #720885 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 114 8 133 -
CMYK 0.14 0.94 0 0.48
HSL 290.88º 0.89% 0.28% -
HSV(B) 290.88º 0.94% 0.52% -
XYZ 11.26 5.44 22.65 -
YUV 53.94 172.62 170.84 -
System Red Green Blue C M Y K H S L
Decimal 114 8 133 0.14 0.94 0 0.48 290.88 0.89 0.28
Hex 72 8 85 E 5E 0 30 123 59 1C
Octal 162 10 205 16 136 0 60 443 131 34
Binary 1110010 1000 10000101 1110 1011110 0 110000 100100011 1011001 11100

Color Harmonies of #720885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720885

Black with #720885

Text Example


Text Example

White with #720885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720885; }

 p { color: rgb(114,8,133); }

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

background-color css

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

 a { background-color: rgb(114,8,133); }

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

border-color css

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

 span { border-color: rgb(114,8,133); }

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