#68255B

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

Shades of Palatinate Purple #68255B

Tints of Palatinate Purple #68255B

Color information

#68255B (or 0x68255B) is unknown color: approx Palatinate Purple. HEX triplet: 68, 25 and 5B. RGB value is (104,37,91). Sum of RGB (Red+Green+Blue) = 104+37+91=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 104 - color contains mainly: red. Hex color #68255B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68255B is #97DAA4. Grayscale: #3F3F3F. Windows color (decimal): -9951909 or 5973352. OLE color: 5973352.

HSL color Cylindrical-coordinate representation of color #68255B: hue angle of 311.64º 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 #68255B is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB1043791-
CMYK00.640.120.59
HSL311.64º47.52%27.65%-
HSV(B)311.64º64.42%40.78%-
XYZ8.265.0210.43-
YUV63.19143.7157.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.83%
GREEN value IS 37 (14.84% from 255) = 15.95%
BLUE value IS 91 (35.94% from 255) = 39.22%
R=44.83%
G=15.95%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104379100.640.120.59311.6447.5227.65
Hex68255B040C3B138301c
Octal15045133010014734706034
Binary1101000100101101101101000000110011101110011100011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68255B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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