Html Css Color HEX #72195A Palatinate Purple

📋 copy color: '#72195A'

red 114 ◦ green 25 ◦ blue 90

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

Shades of Palatinate Purple #72195A

Tints of Palatinate Purple #72195A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 39.3%

R = 49.78%
G = 10.92%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#72195A (or 0x72195A) is known color: Palatinate Purple. HEX triplet: 72, 19 and 5A. RGB value is (114,25,90). Sum of RGB (Red+Green+Blue) = 114+25+90=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 90 (35.55% from 255 or 39.30% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #72195A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72195A is #8DE6A5. Grayscale: #3A3A3A. Windows color (decimal): -9299622 or 5904754. OLE color: 5904754.

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

Color convert

RGB 114 25 90 -
CMYK 0 0.78 0.21 0.55
HSL 316.18º 0.64% 0.27% -
HSV(B) 316.18º 0.78% 0.45% -
XYZ 9.13 5.01 10.16 -
YUV 59.02 145.49 167.21 -
System Red Green Blue C M Y K H S L
Decimal 114 25 90 0 0.78 0.21 0.55 316.18 0.64 0.27
Hex 72 19 5A 0 4E 15 37 13C 40 1B
Octal 162 31 132 0 116 25 67 474 100 33
Binary 1110010 11001 1011010 0 1001110 10101 110111 100111100 1000000 11011

Color Harmonies of #72195A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72195A

Black with #72195A

Text Example


Text Example

White with #72195A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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