#68255F

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

Shades of Palatinate Purple #68255F

Tints of Palatinate Purple #68255F

Color information

#68255F (or 0x68255F) is unknown color: approx Palatinate Purple. HEX triplet: 68, 25 and 5F. RGB value is (104,37,95). Sum of RGB (Red+Green+Blue) = 104+37+95=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 95 (37.5% from 255 or 40.25% from 236); Max value from RGB is 104 - color contains mainly: red. Hex color #68255F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68255F is #97DAA0. Grayscale: #3F3F3F. Windows color (decimal): -9951905 or 6235496. OLE color: 6235496.

HSL color Cylindrical-coordinate representation of color #68255F: hue angle of 308.06º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #68255F is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB1043795-
CMYK00.640.090.59
HSL308.06º47.52%27.65%-
HSV(B)308.06º64.42%40.78%-
XYZ8.445.0911.36-
YUV63.64145.7156.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.07%
GREEN value IS 37 (14.84% from 255) = 15.68%
BLUE value IS 95 (37.5% from 255) = 40.25%
R=44.07%
G=15.68%
B=40.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104379500.640.090.59308.0647.5227.65
Hex68255F04093B134301c
Octal15045137010011734646034
Binary1101000100101101111101000000100111101110011010011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68255F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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