#68105C

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

Shades of Palatinate Purple #68105C

Tints of Palatinate Purple #68105C

Color information

#68105C (or 0x68105C) is unknown color: approx Palatinate Purple. HEX triplet: 68, 10 and 5C. RGB value is (104,16,92). Sum of RGB (Red+Green+Blue) = 104+16+92=212 (28% of max value = 765). Red value is 104 (41.02% from 255 or 49.06% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 104 - color contains mainly: red. Hex color #68105C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68105C is #97EFA3. Grayscale: #323232. Windows color (decimal): -9957284 or 6033512. OLE color: 6033512.

HSL color Cylindrical-coordinate representation of color #68105C: hue angle of 308.18º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #68105C is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB1041692-
CMYK00.850.120.59
HSL308.18º73.33%23.53%-
HSV(B)308.18º84.62%40.78%-
XYZ7.834.0910.5-
YUV50.98151.15165.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.06%
GREEN value IS 16 (6.64% from 255) = 7.55%
BLUE value IS 92 (36.33% from 255) = 43.40%
R=49.06%
G=7.55%
B=43.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104169200.850.120.59308.1873.3323.53
Hex68105C055C3B1344918
Octal150201340125147346411130
Binary1101000100001011100010101011100111011100110100100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68105C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68105C; }

 p { color: rgb(104,16,92); }

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

<style>
 a { background-color: #68105C; }

 a { background-color: rgb(104,16,92); }

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

<style>
 span { border-color: #68105C; }

 span { border-color: rgb(104,16,92); }

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