Html Css Color HEX #72165A Palatinate Purple

📋 copy color: '#72165A'

red 114 ◦ green 22 ◦ blue 90

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

Shades of Palatinate Purple #72165A

Tints of Palatinate Purple #72165A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.73%

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

R = 50.44%
G = 9.73%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#72165A (or 0x72165A) is known color: Palatinate Purple. HEX triplet: 72, 16 and 5A. RGB value is (114,22,90). Sum of RGB (Red+Green+Blue) = 114+22+90=226 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.44% from 226); Green value is 22 (8.98% from 255 or 9.73% from 226); Blue value is 90 (35.55% from 255 or 39.82% from 226); Max value from RGB is 114 - color contains mainly: red. Hex color #72165A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72165A is #8DE9A5. Grayscale: #393939. Windows color (decimal): -9300390 or 5903986. OLE color: 5903986.

HSL color Cylindrical-coordinate representation of color #72165A: hue angle of 315.65º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #72165A is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 22 90 -
CMYK 0 0.81 0.21 0.55
HSL 315.65º 0.68% 0.27% -
HSV(B) 315.65º 0.81% 0.45% -
XYZ 9.07 4.89 10.14 -
YUV 57.26 146.48 168.47 -
System Red Green Blue C M Y K H S L
Decimal 114 22 90 0 0.81 0.21 0.55 315.65 0.68 0.27
Hex 72 16 5A 0 51 15 37 13C 44 1B
Octal 162 26 132 0 121 25 67 474 104 33
Binary 1110010 10110 1011010 0 1010001 10101 110111 100111100 1000100 11011

Color Harmonies of #72165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72165A

Black with #72165A

Text Example


Text Example

White with #72165A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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