#68165B

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

Shades of Palatinate Purple #68165B

Tints of Palatinate Purple #68165B

Color information

#68165B (or 0x68165B) is unknown color: approx Palatinate Purple. HEX triplet: 68, 16 and 5B. RGB value is (104,22,91). Sum of RGB (Red+Green+Blue) = 104+22+91=217 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.93% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 104 - color contains mainly: red. Hex color #68165B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68165B is #97E9A4. Grayscale: #363636. Windows color (decimal): -9955749 or 5969512. OLE color: 5969512.

HSL color Cylindrical-coordinate representation of color #68165B: hue angle of 309.51º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #68165B is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB1042291-
CMYK00.790.120.59
HSL309.51º65.08%24.71%-
HSV(B)309.51º78.85%40.78%-
XYZ7.884.2710.31-
YUV54.38148.67163.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.93%
GREEN value IS 22 (8.98% from 255) = 10.14%
BLUE value IS 91 (35.94% from 255) = 41.94%
R=47.93%
G=10.14%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104229100.790.120.59309.5165.0824.71
Hex68165B04FC3B1364119
Octal150261330117147346610131
Binary1101000101101011011010011111100111011100110110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68165B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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