#69355C

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

Shades of Palatinate Purple #69355C

Tints of Palatinate Purple #69355C

Color information

#69355C (or 0x69355C) is unknown color: approx Palatinate Purple. HEX triplet: 69, 35 and 5C. RGB value is (105,53,92). Sum of RGB (Red+Green+Blue) = 105+53+92=250 (33% of max value = 765). Red value is 105 (41.41% from 255 or 42% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 105 - color contains mainly: red. Hex color #69355C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69355C is #96CAA3. Grayscale: #484848. Windows color (decimal): -9882276 or 6042985. OLE color: 6042985.

HSL color Cylindrical-coordinate representation of color #69355C: hue angle of 315º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69355C is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB1055392-
CMYK00.500.120.59
HSL315º32.91%30.98%-
HSV(B)315º49.52%41.18%-
XYZ9.036.3210.87-
YUV72.99138.73150.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42%
GREEN value IS 53 (21.09% from 255) = 21.2%
BLUE value IS 92 (36.33% from 255) = 36.8%
R=42%
G=21.2%
B=36.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105539200.500.120.5931532.9130.98
Hex69355C032C3B13b211f
Octal1516513406214734734137
Binary110100111010110111000110010110011101110011101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69355C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69355C; }

 p { color: rgb(105,53,92); }

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

<style>
 a { background-color: #69355C; }

 a { background-color: rgb(105,53,92); }

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

<style>
 span { border-color: #69355C; }

 span { border-color: rgb(105,53,92); }

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