#69156B

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

Shades of Palatinate Purple #69156B

Tints of Palatinate Purple #69156B

Color information

#69156B (or 0x69156B) is unknown color: approx Palatinate Purple. HEX triplet: 69, 15 and 6B. RGB value is (105,21,107). Sum of RGB (Red+Green+Blue) = 105+21+107=233 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.06% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 107 (42.19% from 255 or 45.92% from 233); Max value from RGB is 107 - color contains mainly: blue. Hex color #69156B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69156B is #96EA94. Grayscale: #373737. Windows color (decimal): -9890453 or 7017833. OLE color: 7017833.

HSL color Cylindrical-coordinate representation of color #69156B: hue angle of 298.6º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #69156B is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10521107-
CMYK0.020.8000.58
HSL298.6º67.19%25.1%-
HSV(B)298.6º80.37%41.96%-
XYZ8.754.614.34-
YUV55.92156.83163.01-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.06%
GREEN value IS 21 (8.59% from 255) = 9.01%
BLUE value IS 107 (42.19% from 255) = 45.92%
R=45.06%
G=9.01%
B=45.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105211070.020.8000.58298.667.1925.1
Hex69156B25003A12b4319
Octal15125153212007245310331
Binary11010011010111010111010100000111010100101011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69156B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,21,107); }

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

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

 a { background-color: rgb(105,21,107); }

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

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

 span { border-color: rgb(105,21,107); }

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