#690364

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

Shades of Purple #690364

Tints of Purple #690364

Color information

#690364 (or 0x690364) is unknown color: approx Purple. HEX triplet: 69, 03 and 64. RGB value is (105,3,100). Sum of RGB (Red+Green+Blue) = 105+3+100=208 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.48% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 100 (39.45% from 255 or 48.08% from 208); Max value from RGB is 105 - color contains mainly: red. Hex color #690364 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690364 is #96FC9B. Grayscale: #2C2C2C. Windows color (decimal): -9895068 or 6554473. OLE color: 6554473.

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

Color convert

RGB1053100-
CMYK00.970.050.59
HSL302.94º94.44%21.18%-
HSV(B)302.94º97.14%41.18%-
XYZ8.163.9912.4-
YUV44.56159.29171.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.48%
GREEN value IS 3 (1.56% from 255) = 1.44%
BLUE value IS 100 (39.45% from 255) = 48.08%
R=50.48%
G=1.44%
B=48.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105310000.970.050.59302.9494.4421.18
Hex6936406153B12f5e15
Octal1513144014157345713625
Binary110100111110010001100001101111011100101111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690364; }

 p { color: rgb(105,3,100); }

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

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

 a { background-color: rgb(105,3,100); }

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

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

 span { border-color: rgb(105,3,100); }

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