#69005F

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

Shades of Palatinate Purple #69005F

Tints of Palatinate Purple #69005F

Color information

#69005F (or 0x69005F) is unknown color: approx Palatinate Purple. HEX triplet: 69, 00 and 5F. RGB value is (105,0,95). Sum of RGB (Red+Green+Blue) = 105+0+95=200 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.5% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 95 (37.5% from 255 or 47.5% from 200); Max value from RGB is 105 - color contains mainly: red. Hex color #69005F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69005F is #96FFA0. Grayscale: #292929. Windows color (decimal): -9895841 or 6226025. OLE color: 6226025.

HSL color Cylindrical-coordinate representation of color #69005F: hue angle of 305.71º 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 #69005F is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB105095-
CMYK010.100.59
HSL305.71º100%20.59%-
HSV(B)305.71º100%41.18%-
XYZ7.893.8311.15-
YUV42.22157.79172.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 52.5%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 95 (37.5% from 255) = 47.5%
R=52.5%
G=0%
B=47.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105095010.100.59305.7110020.59
Hex6905F064A3B1326415
Octal15101370144127346214425
Binary110100101011111011001001010111011100110010110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69005F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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