Html Css Color HEX #720092 Purple

📋 copy color: '#720092'

red 114 ◦ green 0 ◦ blue 146

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

Shades of Purple #720092

Tints of Purple #720092

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 43.85%
G = 0%
B = 56.15%

CMYK

 C value IS 0.22

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#720092 (or 0x720092) is known color: Purple. HEX triplet: 72, 00 and 92. RGB value is (114,0,146). Sum of RGB (Red+Green+Blue) = 114+0+146=260 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.85% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 146 (57.42% from 255 or 56.15% from 260); Max value from RGB is 146 - color contains mainly: blue. Hex color #720092 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720092 is #8DFF6D. Grayscale: #323232. Windows color (decimal): -9305966 or 9568370. OLE color: 9568370.

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

Color convert

RGB 114 0 146 -
CMYK 0.22 1 0 0.43
HSL 286.85º 1% 0.29% -
HSV(B) 286.85º 1% 0.57% -
XYZ 12.13 5.65 27.65 -
YUV 50.73 181.77 173.13 -
System Red Green Blue C M Y K H S L
Decimal 114 0 146 0.22 1 0 0.43 286.85 1 0.29
Hex 72 0 92 16 64 0 2B 11F 64 1D
Octal 162 0 222 26 144 0 53 437 144 35
Binary 1110010 0 10010010 10110 1100100 0 101011 100011111 1100100 11101

Color Harmonies of #720092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720092

Black with #720092

Text Example


Text Example

White with #720092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720092; }

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

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

background-color css

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

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

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

border-color css

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

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

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