#69105F

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

Shades of Palatinate Purple #69105F

Tints of Palatinate Purple #69105F

Color information

#69105F (or 0x69105F) is unknown color: approx Palatinate Purple. HEX triplet: 69, 10 and 5F. RGB value is (105,16,95). Sum of RGB (Red+Green+Blue) = 105+16+95=216 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.61% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 95 (37.5% from 255 or 43.98% from 216); Max value from RGB is 105 - color contains mainly: red. Hex color #69105F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69105F is #96EFA0. Grayscale: #333333. Windows color (decimal): -9891745 or 6230121. OLE color: 6230121.

HSL color Cylindrical-coordinate representation of color #69105F: hue angle of 306.74º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #69105F is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB1051695-
CMYK00.850.100.59
HSL306.74º73.55%23.73%-
HSV(B)306.74º84.76%41.18%-
XYZ8.084.211.21-
YUV51.62152.49166.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.61%
GREEN value IS 16 (6.64% from 255) = 7.41%
BLUE value IS 95 (37.5% from 255) = 43.98%
R=48.61%
G=7.41%
B=43.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105169500.850.100.59306.7473.5523.73
Hex69105F055A3B1334a18
Octal151201370125127346311230
Binary1101001100001011111010101011010111011100110011100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69105F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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