#68195B

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

Shades of Palatinate Purple #68195B

Tints of Palatinate Purple #68195B

Color information

#68195B (or 0x68195B) is unknown color: approx Palatinate Purple. HEX triplet: 68, 19 and 5B. RGB value is (104,25,91). Sum of RGB (Red+Green+Blue) = 104+25+91=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 91 (35.94% from 255 or 41.36% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #68195B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68195B is #97E6A4. Grayscale: #373737. Windows color (decimal): -9954981 or 5970280. OLE color: 5970280.

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

Color convert

RGB1042591-
CMYK00.760.120.59
HSL309.87º61.24%25.29%-
HSV(B)309.87º75.96%40.78%-
XYZ7.944.3910.33-
YUV56.14147.67162.13-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.27%
GREEN value IS 25 (10.16% from 255) = 11.36%
BLUE value IS 91 (35.94% from 255) = 41.36%
R=47.27%
G=11.36%
B=41.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104259100.760.120.59309.8761.2425.29
Hex68195B04CC3B1363d19
Octal15031133011414734667531
Binary110100011001101101101001100110011101110011011011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68195B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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