Html Css Color HEX #720485 Purple

📋 copy color: '#720485'

red 114 ◦ green 4 ◦ blue 133

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

Shades of Purple #720485

Tints of Purple #720485

RGB

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

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

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

R = 45.42%
G = 1.59%
B = 52.99%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#720485 (or 0x720485) is known color: Purple. HEX triplet: 72, 04 and 85. RGB value is (114,4,133). Sum of RGB (Red+Green+Blue) = 114+4+133=251 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.42% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 133 (52.34% from 255 or 52.99% from 251); Max value from RGB is 133 - color contains mainly: blue. Hex color #720485 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720485 is #8DFB7A. Grayscale: #333333. Windows color (decimal): -9304955 or 8717426. OLE color: 8717426.

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

Color convert

RGB 114 4 133 -
CMYK 0.14 0.97 0 0.48
HSL 291.16º 0.94% 0.27% -
HSV(B) 291.16º 0.97% 0.52% -
XYZ 11.22 5.36 22.63 -
YUV 51.6 173.94 172.51 -
System Red Green Blue C M Y K H S L
Decimal 114 4 133 0.14 0.97 0 0.48 291.16 0.94 0.27
Hex 72 4 85 E 61 0 30 123 5E 1B
Octal 162 4 205 16 141 0 60 443 136 33
Binary 1110010 100 10000101 1110 1100001 0 110000 100100011 1011110 11011

Color Harmonies of #720485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720485

Black with #720485

Text Example


Text Example

White with #720485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720485; }

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

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

background-color css

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

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

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

border-color css

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

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

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