#690462

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

Shades of Palatinate Purple #690462

Tints of Palatinate Purple #690462

Color information

#690462 (or 0x690462) is unknown color: approx Palatinate Purple. HEX triplet: 69, 04 and 62. RGB value is (105,4,98). Sum of RGB (Red+Green+Blue) = 105+4+98=207 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.72% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 98 (38.67% from 255 or 47.34% from 207); Max value from RGB is 105 - color contains mainly: red. Hex color #690462 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690462 is #96FB9D. Grayscale: #2C2C2C. Windows color (decimal): -9894814 or 6423657. OLE color: 6423657.

HSL color Cylindrical-coordinate representation of color #690462: hue angle of 304.16º 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 #690462 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB105498-
CMYK00.960.070.59
HSL304.16º92.66%21.37%-
HSV(B)304.16º96.19%41.18%-
XYZ8.073.9711.9-
YUV44.92157.96170.86-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.72%
GREEN value IS 4 (1.95% from 255) = 1.93%
BLUE value IS 98 (38.67% from 255) = 47.34%
R=50.72%
G=1.93%
B=47.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10549800.960.070.59304.1692.6621.37
Hex6946206073B1305d15
Octal1514142014077346013525
Binary1101001100110001001100000111111011100110000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690462; }

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

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

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

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

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

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

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

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