#72105A

Color #72105A Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #72105A

Tints of Palatinate Purple #72105A

Color information

#72105A (or 0x72105A) is unknown color: approx Palatinate Purple. HEX triplet: 72, 10 and 5A. RGB value is (114,16,90). Sum of RGB (Red+Green+Blue) = 114+16+90=220 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.82% from 220); Green value is 16 (6.64% from 255 or 7.27% from 220); Blue value is 90 (35.55% from 255 or 40.91% from 220); Max value from RGB is 114 - color contains mainly: red. Hex color #72105A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72105A is #8DEFA5. Grayscale: #353535. Windows color (decimal): -9301926 or 5902450. OLE color: 5902450.

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

Color convert

RGB1141690-
CMYK00.860.210.55
HSL314.69º75.38%25.49%-
HSV(B)314.69º85.96%44.71%-
XYZ8.974.6910.1-
YUV53.74148.47170.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.82%
GREEN value IS 16 (6.64% from 255) = 7.27%
BLUE value IS 90 (35.55% from 255) = 40.91%
R=51.82%
G=7.27%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114169000.860.210.55314.6975.3825.49
Hex72105A056153713b4b19
Octal162201320126256747311331
Binary11100101000010110100101011010101110111100111011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72105A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #72105A;
 }
 .AnyTagClassName
 {
   color: #72105A;
 }
</style>
background-color css

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

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

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

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

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

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