#69335C

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

Shades of Palatinate Purple #69335C

Tints of Palatinate Purple #69335C

Color information

#69335C (or 0x69335C) is unknown color: approx Palatinate Purple. HEX triplet: 69, 33 and 5C. RGB value is (105,51,92). Sum of RGB (Red+Green+Blue) = 105+51+92=248 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.34% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 105 - color contains mainly: red. Hex color #69335C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69335C is #96CCA3. Grayscale: #474747. Windows color (decimal): -9882788 or 6042473. OLE color: 6042473.

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

Color convert

RGB1055192-
CMYK00.510.120.59
HSL314.44º34.62%30.59%-
HSV(B)314.44º51.43%41.18%-
XYZ8.946.1410.84-
YUV71.82139.39151.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.34%
GREEN value IS 51 (20.31% from 255) = 20.56%
BLUE value IS 92 (36.33% from 255) = 37.10%
R=42.34%
G=20.56%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105519200.510.120.59314.4434.6230.59
Hex69335C033C3B13a231f
Octal1516313406314734724337
Binary110100111001110111000110011110011101110011101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69335C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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