Html Css Color HEX #721092 Purple

📋 copy color: '#721092'

red 114 ◦ green 16 ◦ blue 146

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

Shades of Purple #721092

Tints of Purple #721092

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.8%

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

R = 41.3%
G = 5.8%
B = 52.9%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#721092 (or 0x721092) is known color: Purple. HEX triplet: 72, 10 and 92. RGB value is (114,16,146). Sum of RGB (Red+Green+Blue) = 114+16+146=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 146 (57.42% from 255 or 52.90% from 276); Max value from RGB is 146 - color contains mainly: blue. Hex color #721092 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721092 is #8DEF6D. Grayscale: #3B3B3B. Windows color (decimal): -9301870 or 9572466. OLE color: 9572466.

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

Color convert

RGB 114 16 146 -
CMYK 0.22 0.89 0 0.43
HSL 285.23º 0.8% 0.32% -
HSV(B) 285.23º 0.89% 0.57% -
XYZ 12.31 6.02 27.71 -
YUV 60.12 176.47 166.43 -
System Red Green Blue C M Y K H S L
Decimal 114 16 146 0.22 0.89 0 0.43 285.23 0.8 0.32
Hex 72 10 92 16 59 0 2B 11D 50 20
Octal 162 20 222 26 131 0 53 435 120 40
Binary 1110010 10000 10010010 10110 1011001 0 101011 100011101 1010000 100000

Color Harmonies of #721092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721092

Black with #721092

Text Example


Text Example

White with #721092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721092; }

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

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

background-color css

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

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

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

border-color css

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

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

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