#691853

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

Shades of Palatinate Purple #691853

Tints of Palatinate Purple #691853

Color information

#691853 (or 0x691853) is unknown color: approx Palatinate Purple. HEX triplet: 69, 18 and 53. RGB value is (105,24,83). Sum of RGB (Red+Green+Blue) = 105+24+83=212 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.53% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 83 (32.81% from 255 or 39.15% from 212); Max value from RGB is 105 - color contains mainly: red. Hex color #691853 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691853 is #96E7AC. Grayscale: #363636. Windows color (decimal): -9889709 or 5445737. OLE color: 5445737.

HSL color Cylindrical-coordinate representation of color #691853: hue angle of 316.3º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #691853 is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB1052483-
CMYK00.770.210.59
HSL316.3º62.79%25.29%-
HSV(B)316.3º77.14%41.18%-
XYZ7.714.288.6-
YUV54.94143.84163.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.53%
GREEN value IS 24 (9.77% from 255) = 11.32%
BLUE value IS 83 (32.81% from 255) = 39.15%
R=49.53%
G=11.32%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105248300.770.210.59316.362.7925.29
Hex69185304D153B13c3f19
Octal15130123011525734747731
Binary1101001110001010011010011011010111101110011110011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691853; }

 p { color: rgb(105,24,83); }

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

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

 a { background-color: rgb(105,24,83); }

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

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

 span { border-color: rgb(105,24,83); }

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