#68075B

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

Shades of Palatinate Purple #68075B

Tints of Palatinate Purple #68075B

Color information

#68075B (or 0x68075B) is unknown color: approx Palatinate Purple. HEX triplet: 68, 07 and 5B. RGB value is (104,7,91). Sum of RGB (Red+Green+Blue) = 104+7+91=202 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.49% from 202); Green value is 7 (3.12% from 255 or 3.47% from 202); Blue value is 91 (35.94% from 255 or 45.05% from 202); Max value from RGB is 104 - color contains mainly: red. Hex color #68075B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68075B is #97F8A4. Grayscale: #2D2D2D. Windows color (decimal): -9959589 or 5965672. OLE color: 5965672.

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

Color convert

RGB104791-
CMYK00.930.120.59
HSL308.04º87.39%21.76%-
HSV(B)308.04º93.27%40.78%-
XYZ7.673.8510.24-
YUV45.58153.64169.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.49%
GREEN value IS 7 (3.12% from 255) = 3.47%
BLUE value IS 91 (35.94% from 255) = 45.05%
R=51.49%
G=3.47%
B=45.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10479100.930.120.59308.0487.3921.76
Hex6875B05DC3B1345716
Octal15071330135147346412726
Binary11010001111011011010111011100111011100110100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68075B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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