Html Css Color HEX #721094 Purple

📋 copy color: '#721094'

red 114 ◦ green 16 ◦ blue 148

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

Shades of Purple #721094

Tints of Purple #721094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 53.24%

R = 41.01%
G = 5.76%
B = 53.24%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#721094 (or 0x721094) is known color: Purple. HEX triplet: 72, 10 and 94. RGB value is (114,16,148). Sum of RGB (Red+Green+Blue) = 114+16+148=278 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.01% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 148 (58.20% from 255 or 53.24% from 278); Max value from RGB is 148 - color contains mainly: blue. Hex color #721094 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721094 is #8DEF6B. Grayscale: #3B3B3B. Windows color (decimal): -9301868 or 9703538. OLE color: 9703538.

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

Color convert

RGB 114 16 148 -
CMYK 0.23 0.89 0 0.42
HSL 284.55º 0.8% 0.32% -
HSV(B) 284.55º 0.89% 0.58% -
XYZ 12.47 6.09 28.53 -
YUV 60.35 177.47 166.27 -
System Red Green Blue C M Y K H S L
Decimal 114 16 148 0.23 0.89 0 0.42 284.55 0.8 0.32
Hex 72 10 94 17 59 0 2A 11D 50 20
Octal 162 20 224 27 131 0 52 435 120 40
Binary 1110010 10000 10010100 10111 1011001 0 101010 100011101 1010000 100000

Color Harmonies of #721094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721094

Black with #721094

Text Example


Text Example

White with #721094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721094; }

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

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

background-color css

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

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

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

border-color css

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

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

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