Html Css Color HEX #721292 Purple

📋 copy color: '#721292'

red 114 ◦ green 18 ◦ blue 146

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

Shades of Purple #721292

Tints of Purple #721292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 52.52%

R = 41.01%
G = 6.47%
B = 52.52%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#721292 (or 0x721292) is known color: Purple. HEX triplet: 72, 12 and 92. RGB value is (114,18,146). Sum of RGB (Red+Green+Blue) = 114+18+146=278 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.01% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 146 (57.42% from 255 or 52.52% from 278); Max value from RGB is 146 - color contains mainly: blue. Hex color #721292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721292 is #8DED6D. Grayscale: #3C3C3C. Windows color (decimal): -9301358 or 9572978. OLE color: 9572978.

HSL color Cylindrical-coordinate representation of color #721292: hue angle of 285º 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 #721292 is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 18 146 -
CMYK 0.22 0.88 0 0.43
HSL 285º 0.78% 0.32% -
HSV(B) 285º 0.88% 0.57% -
XYZ 12.34 6.09 27.72 -
YUV 61.3 175.8 165.59 -
System Red Green Blue C M Y K H S L
Decimal 114 18 146 0.22 0.88 0 0.43 285 0.78 0.32
Hex 72 12 92 16 58 0 2B 11D 4E 20
Octal 162 22 222 26 130 0 53 435 116 40
Binary 1110010 10010 10010010 10110 1011000 0 101011 100011101 1001110 100000

Color Harmonies of #721292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721292

Black with #721292

Text Example


Text Example

White with #721292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721292; }

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

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

background-color css

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

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

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

border-color css

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

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

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