Html Css Color HEX #721390 Purple

📋 copy color: '#721390'

red 114 ◦ green 19 ◦ blue 144

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

Shades of Purple #721390

Tints of Purple #721390

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.86%

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

R = 41.16%
G = 6.86%
B = 51.99%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#721390 (or 0x721390) is known color: Purple. HEX triplet: 72, 13 and 90. RGB value is (114,19,144). Sum of RGB (Red+Green+Blue) = 114+19+144=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 144 (56.64% from 255 or 51.99% from 277); Max value from RGB is 144 - color contains mainly: blue. Hex color #721390 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721390 is #8DEC6F. Grayscale: #3D3D3D. Windows color (decimal): -9301104 or 9442162. OLE color: 9442162.

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

Color convert

RGB 114 19 144 -
CMYK 0.21 0.87 0 0.44
HSL 285.6º 0.77% 0.32% -
HSV(B) 285.6º 0.87% 0.56% -
XYZ 12.21 6.06 26.91 -
YUV 61.66 174.47 165.34 -
System Red Green Blue C M Y K H S L
Decimal 114 19 144 0.21 0.87 0 0.44 285.6 0.77 0.32
Hex 72 13 90 15 57 0 2C 11E 4D 20
Octal 162 23 220 25 127 0 54 436 115 40
Binary 1110010 10011 10010000 10101 1010111 0 101100 100011110 1001101 100000

Color Harmonies of #721390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721390

Black with #721390

Text Example


Text Example

White with #721390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721390; }

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

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

background-color css

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

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

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

border-color css

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

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

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