#68225D

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

Shades of Palatinate Purple #68225D

Tints of Palatinate Purple #68225D

Color information

#68225D (or 0x68225D) is unknown color: approx Palatinate Purple. HEX triplet: 68, 22 and 5D. RGB value is (104,34,93). Sum of RGB (Red+Green+Blue) = 104+34+93=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 34 (13.67% from 255 or 14.72% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 104 - color contains mainly: red. Hex color #68225D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68225D is #97DDA2. Grayscale: #3D3D3D. Windows color (decimal): -9952675 or 6103656. OLE color: 6103656.

HSL color Cylindrical-coordinate representation of color #68225D: hue angle of 309.43º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #68225D is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB1043493-
CMYK00.670.110.59
HSL309.43º50.72%27.06%-
HSV(B)309.43º67.31%40.78%-
XYZ8.264.8810.86-
YUV61.66145.69158.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.02%
GREEN value IS 34 (13.67% from 255) = 14.72%
BLUE value IS 93 (36.72% from 255) = 40.26%
R=45.02%
G=14.72%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104349300.670.110.59309.4350.7227.06
Hex68225D043B3B135331b
Octal15042135010313734656333
Binary1101000100010101110101000011101111101110011010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68225D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68225D; }

 p { color: rgb(104,34,93); }

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

<style>
 a { background-color: #68225D; }

 a { background-color: rgb(104,34,93); }

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

<style>
 span { border-color: #68225D; }

 span { border-color: rgb(104,34,93); }

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