#68125D

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

Shades of Palatinate Purple #68125D

Tints of Palatinate Purple #68125D

Color information

#68125D (or 0x68125D) is unknown color: approx Palatinate Purple. HEX triplet: 68, 12 and 5D. RGB value is (104,18,93). Sum of RGB (Red+Green+Blue) = 104+18+93=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #68125D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68125D is #97EDA2. Grayscale: #343434. Windows color (decimal): -9956771 or 6099560. OLE color: 6099560.

HSL color Cylindrical-coordinate representation of color #68125D: hue angle of 307.67º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #68125D is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB1041893-
CMYK00.830.110.59
HSL307.67º70.49%23.92%-
HSV(B)307.67º82.69%40.78%-
XYZ7.94.1710.74-
YUV52.26150.99164.9-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.37%
GREEN value IS 18 (7.42% from 255) = 8.37%
BLUE value IS 93 (36.72% from 255) = 43.26%
R=48.37%
G=8.37%
B=43.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104189300.830.110.59307.6770.4923.92
Hex68125D053B3B1344618
Octal150221350123137346410630
Binary1101000100101011101010100111011111011100110100100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68125D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68125D; }

 p { color: rgb(104,18,93); }

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

<style>
 a { background-color: #68125D; }

 a { background-color: rgb(104,18,93); }

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

<style>
 span { border-color: #68125D; }

 span { border-color: rgb(104,18,93); }

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