Html Css Color HEX #721194 Purple

📋 copy color: '#721194'

red 114 ◦ green 17 ◦ blue 148

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

Shades of Purple #721194

Tints of Purple #721194

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.09%

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

R = 40.86%
G = 6.09%
B = 53.05%

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

#721194 (or 0x721194) is known color: Purple. HEX triplet: 72, 11 and 94. RGB value is (114,17,148). Sum of RGB (Red+Green+Blue) = 114+17+148=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 148 (58.20% from 255 or 53.05% from 279); Max value from RGB is 148 - color contains mainly: blue. Hex color #721194 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721194 is #8DEE6B. Grayscale: #3C3C3C. Windows color (decimal): -9301612 or 9703794. OLE color: 9703794.

HSL color Cylindrical-coordinate representation of color #721194: hue angle of 284.43º degrees, saturation: 0.79, 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 #721194 is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 17 148 -
CMYK 0.23 0.89 0 0.42
HSL 284.43º 0.79% 0.32% -
HSV(B) 284.43º 0.89% 0.58% -
XYZ 12.49 6.12 28.54 -
YUV 60.94 177.14 165.85 -
System Red Green Blue C M Y K H S L
Decimal 114 17 148 0.23 0.89 0 0.42 284.43 0.79 0.32
Hex 72 11 94 17 59 0 2A 11C 4F 20
Octal 162 21 224 27 131 0 52 434 117 40
Binary 1110010 10001 10010100 10111 1011001 0 101010 100011100 1001111 100000

Color Harmonies of #721194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721194

Black with #721194

Text Example


Text Example

White with #721194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721194; }

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

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

background-color css

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

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

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

border-color css

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

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

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