#69106E

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

Shades of Palatinate Purple #69106E

Tints of Palatinate Purple #69106E

Color information

#69106E (or 0x69106E) is unknown color: approx Palatinate Purple. HEX triplet: 69, 10 and 6E. RGB value is (105,16,110). Sum of RGB (Red+Green+Blue) = 105+16+110=231 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.45% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 110 (43.36% from 255 or 47.62% from 231); Max value from RGB is 110 - color contains mainly: blue. Hex color #69106E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69106E is #96EF91. Grayscale: #353535. Windows color (decimal): -9891730 or 7213161. OLE color: 7213161.

HSL color Cylindrical-coordinate representation of color #69106E: hue angle of 296.81º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #69106E is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10516110-
CMYK0.050.8500.57
HSL296.81º74.6%24.71%-
HSV(B)296.81º85.45%43.14%-
XYZ8.834.515.16-
YUV53.33159.99164.86-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.45%
GREEN value IS 16 (6.64% from 255) = 6.93%
BLUE value IS 110 (43.36% from 255) = 47.62%
R=45.45%
G=6.93%
B=47.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal105161100.050.8500.57296.8174.624.71
Hex69106E5550391294b19
Octal15120156512507145111331
Binary110100110000110111010110101010111001100101001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69106E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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