Html Css Color HEX #72195C Palatinate Purple

📋 copy color: '#72195C'

red 114 ◦ green 25 ◦ blue 92

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

Shades of Palatinate Purple #72195C

Tints of Palatinate Purple #72195C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 39.83%

R = 49.35%
G = 10.82%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#72195C (or 0x72195C) is known color: Palatinate Purple. HEX triplet: 72, 19 and 5C. RGB value is (114,25,92). Sum of RGB (Red+Green+Blue) = 114+25+92=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 114 - color contains mainly: red. Hex color #72195C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72195C is #8DE6A3. Grayscale: #3B3B3B. Windows color (decimal): -9299620 or 6035826. OLE color: 6035826.

HSL color Cylindrical-coordinate representation of color #72195C: hue angle of 314.83º 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 #72195C is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 25 92 -
CMYK 0 0.78 0.19 0.55
HSL 314.83º 0.64% 0.27% -
HSV(B) 314.83º 0.78% 0.45% -
XYZ 9.22 5.05 10.61 -
YUV 59.25 146.49 167.05 -
System Red Green Blue C M Y K H S L
Decimal 114 25 92 0 0.78 0.19 0.55 314.83 0.64 0.27
Hex 72 19 5C 0 4E 13 37 13B 40 1B
Octal 162 31 134 0 116 23 67 473 100 33
Binary 1110010 11001 1011100 0 1001110 10011 110111 100111011 1000000 11011

Color Harmonies of #72195C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72195C

Black with #72195C

Text Example


Text Example

White with #72195C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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