#68225E

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

Shades of Palatinate Purple #68225E

Tints of Palatinate Purple #68225E

Color information

#68225E (or 0x68225E) is unknown color: approx Palatinate Purple. HEX triplet: 68, 22 and 5E. RGB value is (104,34,94). Sum of RGB (Red+Green+Blue) = 104+34+94=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 94 (37.11% from 255 or 40.52% from 232); Max value from RGB is 104 - color contains mainly: red. Hex color #68225E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68225E is #97DDA1. Grayscale: #3D3D3D. Windows color (decimal): -9952674 or 6169192. OLE color: 6169192.

HSL color Cylindrical-coordinate representation of color #68225E: hue angle of 308.57º 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 #68225E is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB1043494-
CMYK00.670.100.59
HSL308.57º50.72%27.06%-
HSV(B)308.57º67.31%40.78%-
XYZ8.34.911.1-
YUV61.77146.19158.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.83%
GREEN value IS 34 (13.67% from 255) = 14.66%
BLUE value IS 94 (37.11% from 255) = 40.52%
R=44.83%
G=14.66%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104349400.670.100.59308.5750.7227.06
Hex68225E043A3B135331b
Octal15042136010312734656333
Binary1101000100010101111001000011101011101110011010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68225E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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