#69255B

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

Shades of Palatinate Purple #69255B

Tints of Palatinate Purple #69255B

Color information

#69255B (or 0x69255B) is unknown color: approx Palatinate Purple. HEX triplet: 69, 25 and 5B. RGB value is (105,37,91). Sum of RGB (Red+Green+Blue) = 105+37+91=233 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.06% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 105 - color contains mainly: red. Hex color #69255B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69255B is #96DAA4. Grayscale: #3F3F3F. Windows color (decimal): -9886373 or 5973353. OLE color: 5973353.

HSL color Cylindrical-coordinate representation of color #69255B: hue angle of 312.35º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #69255B is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB1053791-
CMYK00.650.130.59
HSL312.35º47.89%27.84%-
HSV(B)312.35º64.76%41.18%-
XYZ8.385.0810.44-
YUV63.49143.53157.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.06%
GREEN value IS 37 (14.84% from 255) = 15.88%
BLUE value IS 91 (35.94% from 255) = 39.06%
R=45.06%
G=15.88%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105379100.650.130.59312.3547.8927.84
Hex69255B041D3B138301c
Octal15145133010115734706034
Binary1101001100101101101101000001110111101110011100011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69255B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69255B; }

 p { color: rgb(105,37,91); }

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

<style>
 a { background-color: #69255B; }

 a { background-color: rgb(105,37,91); }

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

<style>
 span { border-color: #69255B; }

 span { border-color: rgb(105,37,91); }

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