#691954

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

Shades of Palatinate Purple #691954

Tints of Palatinate Purple #691954

Color information

#691954 (or 0x691954) is unknown color: approx Palatinate Purple. HEX triplet: 69, 19 and 54. RGB value is (105,25,84). Sum of RGB (Red+Green+Blue) = 105+25+84=214 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.07% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 84 (33.20% from 255 or 39.25% from 214); Max value from RGB is 105 - color contains mainly: red. Hex color #691954 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691954 is #96E6AB. Grayscale: #373737. Windows color (decimal): -9889452 or 5511529. OLE color: 5511529.

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

Color convert

RGB1052584-
CMYK00.760.200.59
HSL315.75º61.54%25.49%-
HSV(B)315.75º76.19%41.18%-
XYZ7.774.348.82-
YUV55.65144163.2-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.07%
GREEN value IS 25 (10.16% from 255) = 11.68%
BLUE value IS 84 (33.20% from 255) = 39.25%
R=49.07%
G=11.68%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105258400.760.200.59315.7561.5425.49
Hex69195404C143B13c3e19
Octal15131124011424734747631
Binary1101001110011010100010011001010011101110011110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691954; }

 p { color: rgb(105,25,84); }

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

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

 a { background-color: rgb(105,25,84); }

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

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

 span { border-color: rgb(105,25,84); }

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