#690461

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

Shades of Palatinate Purple #690461

Tints of Palatinate Purple #690461

Color information

#690461 (or 0x690461) is unknown color: approx Palatinate Purple. HEX triplet: 69, 04 and 61. RGB value is (105,4,97). Sum of RGB (Red+Green+Blue) = 105+4+97=206 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.97% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 97 (38.28% from 255 or 47.09% from 206); Max value from RGB is 105 - color contains mainly: red. Hex color #690461 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690461 is #96FB9E. Grayscale: #2C2C2C. Windows color (decimal): -9894815 or 6358121. OLE color: 6358121.

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

Color convert

RGB105497-
CMYK00.960.080.59
HSL304.75º92.66%21.37%-
HSV(B)304.75º96.19%41.18%-
XYZ8.033.9511.65-
YUV44.8157.46170.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.97%
GREEN value IS 4 (1.95% from 255) = 1.94%
BLUE value IS 97 (38.28% from 255) = 47.09%
R=50.97%
G=1.94%
B=47.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10549700.960.080.59304.7592.6621.37
Hex6946106083B1315d15
Octal15141410140107346113525
Binary11010011001100001011000001000111011100110001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690461; }

 p { color: rgb(105,4,97); }

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

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

 a { background-color: rgb(105,4,97); }

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

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

 span { border-color: rgb(105,4,97); }

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