#69245C

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

Shades of Palatinate Purple #69245C

Tints of Palatinate Purple #69245C

Color information

#69245C (or 0x69245C) is unknown color: approx Palatinate Purple. HEX triplet: 69, 24 and 5C. RGB value is (105,36,92). Sum of RGB (Red+Green+Blue) = 105+36+92=233 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.06% from 233); Green value is 36 (14.45% from 255 or 15.45% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 105 - color contains mainly: red. Hex color #69245C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69245C is #96DBA3. Grayscale: #3E3E3E. Windows color (decimal): -9886628 or 6038633. OLE color: 6038633.

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

Color convert

RGB1053692-
CMYK00.660.120.59
HSL311.3º48.94%27.65%-
HSV(B)311.3º65.71%41.18%-
XYZ8.395.0410.66-
YUV63.02144.36157.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.06%
GREEN value IS 36 (14.45% from 255) = 15.45%
BLUE value IS 92 (36.33% from 255) = 39.48%
R=45.06%
G=15.45%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105369200.660.120.59311.348.9427.65
Hex69245C042C3B137311c
Octal15144134010214734676134
Binary1101001100100101110001000010110011101110011011111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69245C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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