Html Css Color HEX #720490 Purple

📋 copy color: '#720490'

red 114 ◦ green 4 ◦ blue 144

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

Shades of Purple #720490

Tints of Purple #720490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 54.96%

R = 43.51%
G = 1.53%
B = 54.96%

CMYK

 C value IS 0.21

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#720490 (or 0x720490) is known color: Purple. HEX triplet: 72, 04 and 90. RGB value is (114,4,144). Sum of RGB (Red+Green+Blue) = 114+4+144=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 4 (1.95% from 255 or 1.53% from 262); Blue value is 144 (56.64% from 255 or 54.96% from 262); Max value from RGB is 144 - color contains mainly: blue. Hex color #720490 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720490 is #8DFB6F. Grayscale: #343434. Windows color (decimal): -9304944 or 9438322. OLE color: 9438322.

HSL color Cylindrical-coordinate representation of color #720490: hue angle of 287.14º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #720490 is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 114 4 144 -
CMYK 0.21 0.97 0 0.44
HSL 287.14º 0.95% 0.29% -
HSV(B) 287.14º 0.97% 0.56% -
XYZ 12.02 5.68 26.85 -
YUV 52.85 179.44 171.62 -
System Red Green Blue C M Y K H S L
Decimal 114 4 144 0.21 0.97 0 0.44 287.14 0.95 0.29
Hex 72 4 90 15 61 0 2C 11F 5F 1D
Octal 162 4 220 25 141 0 54 437 137 35
Binary 1110010 100 10010000 10101 1100001 0 101100 100011111 1011111 11101

Color Harmonies of #720490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720490

Black with #720490

Text Example


Text Example

White with #720490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720490; }

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

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

background-color css

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

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

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

border-color css

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

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

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