#722F6C

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

Shades of Palatinate Purple #722F6C

Tints of Palatinate Purple #722F6C

Color information

#722F6C (or 0x722F6C) is unknown color: approx Palatinate Purple. HEX triplet: 72, 2F and 6C. RGB value is (114,47,108). Sum of RGB (Red+Green+Blue) = 114+47+108=269 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.38% from 269); Green value is 47 (18.75% from 255 or 17.47% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 114 - color contains mainly: red. Hex color #722F6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722F6C is #8DD093. Grayscale: #494949. Windows color (decimal): -9293972 or 7090034. OLE color: 7090034.

HSL color Cylindrical-coordinate representation of color #722F6C: hue angle of 305.37º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #722F6C is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB11447108-
CMYK00.590.050.55
HSL305.37º41.61%31.57%-
HSV(B)305.37º58.77%44.71%-
XYZ10.666.6914.92-
YUV73.99147.2156.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.38%
GREEN value IS 47 (18.75% from 255) = 17.47%
BLUE value IS 108 (42.58% from 255) = 40.15%
R=42.38%
G=17.47%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1144710800.590.050.55305.3741.6131.57
Hex722F6C03B5371312a20
Octal162571540735674615240
Binary111001010111111011000111011101110111100110001101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722F6C; }

 p { color: rgb(114,47,108); }

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

<style>
 a { background-color: #722F6C; }

 a { background-color: rgb(114,47,108); }

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

<style>
 span { border-color: #722F6C; }

 span { border-color: rgb(114,47,108); }

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