Html Css Color HEX #72195F Palatinate Purple

📋 copy color: '#72195F'

red 114 ◦ green 25 ◦ blue 95

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

Shades of Palatinate Purple #72195F

Tints of Palatinate Purple #72195F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 40.6%

R = 48.72%
G = 10.68%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#72195F (or 0x72195F) is known color: Palatinate Purple. HEX triplet: 72, 19 and 5F. RGB value is (114,25,95). Sum of RGB (Red+Green+Blue) = 114+25+95=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 95 (37.5% from 255 or 40.60% from 234); Max value from RGB is 114 - color contains mainly: red. Hex color #72195F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72195F is #8DE6A0. Grayscale: #3B3B3B. Windows color (decimal): -9299617 or 6232434. OLE color: 6232434.

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

Color convert

RGB 114 25 95 -
CMYK 0 0.78 0.17 0.55
HSL 312.81º 0.64% 0.27% -
HSV(B) 312.81º 0.78% 0.45% -
XYZ 9.35 5.1 11.32 -
YUV 59.59 147.99 166.81 -
System Red Green Blue C M Y K H S L
Decimal 114 25 95 0 0.78 0.17 0.55 312.81 0.64 0.27
Hex 72 19 5F 0 4E 11 37 139 40 1B
Octal 162 31 137 0 116 21 67 471 100 33
Binary 1110010 11001 1011111 0 1001110 10001 110111 100111001 1000000 11011

Color Harmonies of #72195F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72195F

Black with #72195F

Text Example


Text Example

White with #72195F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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