#691454

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

Shades of Palatinate Purple #691454

Tints of Palatinate Purple #691454

Color information

#691454 (or 0x691454) is unknown color: approx Palatinate Purple. HEX triplet: 69, 14 and 54. RGB value is (105,20,84). Sum of RGB (Red+Green+Blue) = 105+20+84=209 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.24% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 84 (33.20% from 255 or 40.19% from 209); Max value from RGB is 105 - color contains mainly: red. Hex color #691454 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691454 is #96EBAB. Grayscale: #343434. Windows color (decimal): -9890732 or 5510249. OLE color: 5510249.

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

Color convert

RGB1052084-
CMYK00.810.200.59
HSL314.82º68%24.51%-
HSV(B)314.82º80.95%41.18%-
XYZ7.684.148.78-
YUV52.71145.66165.3-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.24%
GREEN value IS 20 (8.20% from 255) = 9.57%
BLUE value IS 84 (33.20% from 255) = 40.19%
R=50.24%
G=9.57%
B=40.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105208400.810.200.59314.826824.51
Hex691454051143B13b4419
Octal151241240121247347310431
Binary11010011010010101000101000110100111011100111011100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691454; }

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

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

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

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

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

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

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

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