#69005D

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

Shades of Palatinate Purple #69005D

Tints of Palatinate Purple #69005D

Color information

#69005D (or 0x69005D) is unknown color: approx Palatinate Purple. HEX triplet: 69, 00 and 5D. RGB value is (105,0,93). Sum of RGB (Red+Green+Blue) = 105+0+93=198 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.03% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 93 (36.72% from 255 or 46.97% from 198); Max value from RGB is 105 - color contains mainly: red. Hex color #69005D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69005D is #96FFA2. Grayscale: #292929. Windows color (decimal): -9895843 or 6094953. OLE color: 6094953.

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

Color convert

RGB105093-
CMYK010.110.59
HSL306.86º100%20.59%-
HSV(B)306.86º100%41.18%-
XYZ7.83.7910.68-
YUV42156.79172.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 53.03%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 93 (36.72% from 255) = 46.97%
R=53.03%
G=0%
B=46.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105093010.110.59306.8610020.59
Hex6905D064B3B1336415
Octal15101350144137346314425
Binary110100101011101011001001011111011100110011110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69005D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,0,93); }

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

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

 a { background-color: rgb(105,0,93); }

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

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

 span { border-color: rgb(105,0,93); }

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