Html Css Color HEX #721295 Purple

📋 copy color: '#721295'

red 114 ◦ green 18 ◦ blue 149

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

Shades of Purple #721295

Tints of Purple #721295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 53.02%

R = 40.57%
G = 6.41%
B = 53.02%

CMYK

 C value IS 0.23

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#721295 (or 0x721295) is known color: Purple. HEX triplet: 72, 12 and 95. RGB value is (114,18,149). Sum of RGB (Red+Green+Blue) = 114+18+149=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #721295 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721295 is #8DED6A. Grayscale: #3D3D3D. Windows color (decimal): -9301355 or 9769586. OLE color: 9769586.

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

Color convert

RGB 114 18 149 -
CMYK 0.23 0.88 0 0.42
HSL 283.97º 0.78% 0.33% -
HSV(B) 283.97º 0.88% 0.58% -
XYZ 12.58 6.18 28.96 -
YUV 61.64 177.3 165.35 -
System Red Green Blue C M Y K H S L
Decimal 114 18 149 0.23 0.88 0 0.42 283.97 0.78 0.33
Hex 72 12 95 17 58 0 2A 11C 4E 21
Octal 162 22 225 27 130 0 52 434 116 41
Binary 1110010 10010 10010101 10111 1011000 0 101010 100011100 1001110 100001

Color Harmonies of #721295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721295

Black with #721295

Text Example


Text Example

White with #721295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721295; }

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

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

background-color css

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

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

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

border-color css

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

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

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