#690481

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

Shades of Purple #690481

Tints of Purple #690481

Color information

#690481 (or 0x690481) is unknown color: approx Purple. HEX triplet: 69, 04 and 81. RGB value is (105,4,129). Sum of RGB (Red+Green+Blue) = 105+4+129=238 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.12% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 129 (50.78% from 255 or 54.20% from 238); Max value from RGB is 129 - color contains mainly: blue. Hex color #690481 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690481 is #96FB7E. Grayscale: #303030. Windows color (decimal): -9894783 or 8455273. OLE color: 8455273.

HSL color Cylindrical-coordinate representation of color #690481: hue angle of 288.48º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #690481 is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1054129-
CMYK0.190.9700.49
HSL288.48º93.98%26.08%-
HSV(B)288.48º96.9%50.59%-
XYZ9.834.6821.15-
YUV48.45173.46168.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.12%
GREEN value IS 4 (1.95% from 255) = 1.68%
BLUE value IS 129 (50.78% from 255) = 54.20%
R=44.12%
G=1.68%
B=54.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10541290.190.9700.49288.4893.9826.08
Hex6948113610311205e1a
Octal15142012314106144013632
Binary1101001100100000011001111000010110001100100000101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690481; }

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

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

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

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

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

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

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

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