#69415F

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

Shades of Palatinate Purple #69415F

Tints of Palatinate Purple #69415F

Color information

#69415F (or 0x69415F) is unknown color: approx Palatinate Purple. HEX triplet: 69, 41 and 5F. RGB value is (105,65,95). Sum of RGB (Red+Green+Blue) = 105+65+95=265 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.62% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 105 - color contains mainly: red. Hex color #69415F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69415F is #96BEA0. Grayscale: #505050. Windows color (decimal): -9879201 or 6242665. OLE color: 6242665.

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

Color convert

RGB1056595-
CMYK00.380.100.59
HSL315º23.53%33.33%-
HSV(B)315º38.1%41.18%-
XYZ9.787.6111.78-
YUV80.38136.25145.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.62%
GREEN value IS 65 (25.78% from 255) = 24.53%
BLUE value IS 95 (37.5% from 255) = 35.85%
R=39.62%
G=24.53%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105659500.380.100.5931523.5333.33
Hex69415F026A3B13b1821
Octal15110113704612734733041
Binary1101001100000110111110100110101011101110011101111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69415F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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