#68015B

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

Shades of Palatinate Purple #68015B

Tints of Palatinate Purple #68015B

Color information

#68015B (or 0x68015B) is unknown color: approx Palatinate Purple. HEX triplet: 68, 01 and 5B. RGB value is (104,1,91). Sum of RGB (Red+Green+Blue) = 104+1+91=196 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.06% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 104 - color contains mainly: red. Hex color #68015B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68015B is #97FEA4. Grayscale: #292929. Windows color (decimal): -9961125 or 5964136. OLE color: 5964136.

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

Color convert

RGB104191-
CMYK00.990.120.59
HSL307.57º98.1%20.59%-
HSV(B)307.57º99.04%40.78%-
XYZ7.613.7210.21-
YUV42.06155.62172.18-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.06%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 91 (35.94% from 255) = 46.43%
R=53.06%
G=0.51%
B=46.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10419100.990.120.59307.5798.120.59
Hex6815B063C3B1346215
Octal15011330143147346414225
Binary110100011011011011000111100111011100110100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68015B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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