#69215b

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

Shades of Palatinate Purple #69215B

Tints of Palatinate Purple #69215B

Color information

#69215B (or 0x69215B) is unknown color: approx Palatinate Purple. HEX triplet: 69, 21 and 5B. RGB value is (105,33,91). Sum of RGB (Red+Green+Blue) = 105+33+91=229 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.85% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 91 (35.94% from 255 or 39.74% from 229); Max value from RGB is 105 - color contains mainly: red. Hex color #69215B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69215B is #96DEA4. Grayscale: #3C3C3C. Windows color (decimal): -9887397 or 5972329. OLE color: 5972329.

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

Color convert

RGB1053391-
CMYK00.690.130.59
HSL311.67º52.17%27.06%-
HSV(B)311.67º68.57%41.18%-
XYZ8.264.8510.4-
YUV61.14144.85159.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.85%
GREEN value IS 33 (13.28% from 255) = 14.41%
BLUE value IS 91 (35.94% from 255) = 39.74%
R=45.85%
G=14.41%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105339100.690.130.59311.6752.1727.06
Hex69215B045D3B138341b
Octal15141133010515734706433
Binary1101001100001101101101000101110111101110011100011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69215b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69215b; }

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

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

<style>
 a { background-color: #69215b; }

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

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

<style>
 span { border-color: #69215b; }

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

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