#68075a

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

Shades of Palatinate Purple #68075A

Tints of Palatinate Purple #68075A

Color information

#68075A (or 0x68075A) is unknown color: approx Palatinate Purple. HEX triplet: 68, 07 and 5A. RGB value is (104,7,90). Sum of RGB (Red+Green+Blue) = 104+7+90=201 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.74% from 201); Green value is 7 (3.12% from 255 or 3.48% from 201); Blue value is 90 (35.55% from 255 or 44.78% from 201); Max value from RGB is 104 - color contains mainly: red. Hex color #68075A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68075A is #97F8A5. Grayscale: #2D2D2D. Windows color (decimal): -9959590 or 5900136. OLE color: 5900136.

HSL color Cylindrical-coordinate representation of color #68075A: hue angle of 308.66º 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 #68075A is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB104790-
CMYK00.930.130.59
HSL308.66º87.39%21.76%-
HSV(B)308.66º93.27%40.78%-
XYZ7.633.8310.01-
YUV45.46153.14169.75-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.74%
GREEN value IS 7 (3.12% from 255) = 3.48%
BLUE value IS 90 (35.55% from 255) = 44.78%
R=51.74%
G=3.48%
B=44.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10479000.930.130.59308.6687.3921.76
Hex6875A05DD3B1355716
Octal15071320135157346512726
Binary11010001111011010010111011101111011100110101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68075a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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