#69106B

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

Shades of Palatinate Purple #69106B

Tints of Palatinate Purple #69106B

Color information

#69106B (or 0x69106B) is unknown color: approx Palatinate Purple. HEX triplet: 69, 10 and 6B. RGB value is (105,16,107). Sum of RGB (Red+Green+Blue) = 105+16+107=228 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.05% from 228); Green value is 16 (6.64% from 255 or 7.02% from 228); Blue value is 107 (42.19% from 255 or 46.93% from 228); Max value from RGB is 107 - color contains mainly: blue. Hex color #69106B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69106B is #96EF94. Grayscale: #343434. Windows color (decimal): -9891733 or 7016553. OLE color: 7016553.

HSL color Cylindrical-coordinate representation of color #69106B: hue angle of 298.68º 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 #69106B is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10516107-
CMYK0.020.8500.58
HSL298.68º73.98%24.12%-
HSV(B)298.68º85.05%41.96%-
XYZ8.664.4414.31-
YUV52.98158.49165.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.05%
GREEN value IS 16 (6.64% from 255) = 7.02%
BLUE value IS 107 (42.19% from 255) = 46.93%
R=46.05%
G=7.02%
B=46.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105161070.020.8500.58298.6873.9824.12
Hex69106B25503A12b4a18
Octal15120153212507245311230
Binary11010011000011010111010101010111010100101011100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69106B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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