#68225F

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

Shades of Palatinate Purple #68225F

Tints of Palatinate Purple #68225F

Color information

#68225F (or 0x68225F) is unknown color: approx Palatinate Purple. HEX triplet: 68, 22 and 5F. RGB value is (104,34,95). Sum of RGB (Red+Green+Blue) = 104+34+95=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 95 (37.5% from 255 or 40.77% from 233); Max value from RGB is 104 - color contains mainly: red. Hex color #68225F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68225F is #97DDA0. Grayscale: #3D3D3D. Windows color (decimal): -9952673 or 6234728. OLE color: 6234728.

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

Color convert

RGB1043495-
CMYK00.670.090.59
HSL307.71º50.72%27.06%-
HSV(B)307.71º67.31%40.78%-
XYZ8.354.9111.33-
YUV61.88146.69158.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.64%
GREEN value IS 34 (13.67% from 255) = 14.59%
BLUE value IS 95 (37.5% from 255) = 40.77%
R=44.64%
G=14.59%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104349500.670.090.59307.7150.7227.06
Hex68225F04393B134331b
Octal15042137010311734646333
Binary1101000100010101111101000011100111101110011010011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68225F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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