Html Css Color HEX #721291 Purple

📋 copy color: '#721291'

red 114 ◦ green 18 ◦ blue 145

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

Shades of Purple #721291

Tints of Purple #721291

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.5%

 BLUE value IS 145 (57.03% from 255) = 52.35%

R = 41.16%
G = 6.5%
B = 52.35%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#721291 (or 0x721291) is known color: Purple. HEX triplet: 72, 12 and 91. RGB value is (114,18,145). Sum of RGB (Red+Green+Blue) = 114+18+145=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 145 (57.03% from 255 or 52.35% from 277); Max value from RGB is 145 - color contains mainly: blue. Hex color #721291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721291 is #8DED6E. Grayscale: #3C3C3C. Windows color (decimal): -9301359 or 9507442. OLE color: 9507442.

HSL color Cylindrical-coordinate representation of color #721291: hue angle of 285.35º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #721291 is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 18 145 -
CMYK 0.21 0.88 0 0.43
HSL 285.35º 0.78% 0.32% -
HSV(B) 285.35º 0.88% 0.57% -
XYZ 12.27 6.05 27.31 -
YUV 61.18 175.3 165.67 -
System Red Green Blue C M Y K H S L
Decimal 114 18 145 0.21 0.88 0 0.43 285.35 0.78 0.32
Hex 72 12 91 15 58 0 2B 11D 4E 20
Octal 162 22 221 25 130 0 53 435 116 40
Binary 1110010 10010 10010001 10101 1011000 0 101011 100011101 1001110 100000

Color Harmonies of #721291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721291

Black with #721291

Text Example


Text Example

White with #721291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721291; }

 p { color: rgb(114,18,145); }

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

background-color css

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

 a { background-color: rgb(114,18,145); }

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

border-color css

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

 span { border-color: rgb(114,18,145); }

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