Html Css Color HEX #72195D Palatinate Purple

📋 copy color: '#72195D'

red 114 ◦ green 25 ◦ blue 93

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

Shades of Palatinate Purple #72195D

Tints of Palatinate Purple #72195D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.78%

 BLUE value IS 93 (36.72% from 255) = 40.09%

R = 49.14%
G = 10.78%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#72195D (or 0x72195D) is known color: Palatinate Purple. HEX triplet: 72, 19 and 5D. RGB value is (114,25,93). Sum of RGB (Red+Green+Blue) = 114+25+93=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #72195D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72195D is #8DE6A2. Grayscale: #3B3B3B. Windows color (decimal): -9299619 or 6101362. OLE color: 6101362.

HSL color Cylindrical-coordinate representation of color #72195D: hue angle of 314.16º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #72195D is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 25 93 -
CMYK 0 0.78 0.18 0.55
HSL 314.16º 0.64% 0.27% -
HSV(B) 314.16º 0.78% 0.45% -
XYZ 9.26 5.06 10.84 -
YUV 59.36 146.99 166.97 -
System Red Green Blue C M Y K H S L
Decimal 114 25 93 0 0.78 0.18 0.55 314.16 0.64 0.27
Hex 72 19 5D 0 4E 12 37 13A 40 1B
Octal 162 31 135 0 116 22 67 472 100 33
Binary 1110010 11001 1011101 0 1001110 10010 110111 100111010 1000000 11011

Color Harmonies of #72195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72195D

Black with #72195D

Text Example


Text Example

White with #72195D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72195D; }

 p { color: rgb(114,25,93); }

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

background-color css

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

 a { background-color: rgb(114,25,93); }

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

border-color css

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

 span { border-color: rgb(114,25,93); }

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