#69106C

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

Shades of Palatinate Purple #69106C

Tints of Palatinate Purple #69106C

Color information

#69106C (or 0x69106C) is unknown color: approx Palatinate Purple. HEX triplet: 69, 10 and 6C. RGB value is (105,16,108). Sum of RGB (Red+Green+Blue) = 105+16+108=229 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.85% from 229); Green value is 16 (6.64% from 255 or 6.99% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 108 - color contains mainly: blue. Hex color #69106C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69106C is #96EF93. Grayscale: #343434. Windows color (decimal): -9891732 or 7082089. OLE color: 7082089.

HSL color Cylindrical-coordinate representation of color #69106C: hue angle of 298.04º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #69106C is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10516108-
CMYK0.030.8500.58
HSL298.04º74.19%24.31%-
HSV(B)298.04º85.19%42.35%-
XYZ8.724.4614.59-
YUV53.1158.99165.02-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.85%
GREEN value IS 16 (6.64% from 255) = 6.99%
BLUE value IS 108 (42.58% from 255) = 47.16%
R=45.85%
G=6.99%
B=47.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105161080.030.8500.58298.0474.1924.31
Hex69106C35503A12a4a18
Octal15120154312507245211230
Binary11010011000011011001110101010111010100101010100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69106C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,16,108); }

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

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

 a { background-color: rgb(105,16,108); }

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

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

 span { border-color: rgb(105,16,108); }

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