#690276

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

Shades of Purple #690276

Tints of Purple #690276

Color information

#690276 (or 0x690276) is unknown color: approx Purple. HEX triplet: 69, 02 and 76. RGB value is (105,2,118). Sum of RGB (Red+Green+Blue) = 105+2+118=225 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.67% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #690276 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690276 is #96FD89. Grayscale: #2D2D2D. Windows color (decimal): -9895306 or 7733865. OLE color: 7733865.

HSL color Cylindrical-coordinate representation of color #690276: hue angle of 293.28º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #690276 is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1052118-
CMYK0.110.9800.54
HSL293.28º96.67%23.53%-
HSV(B)293.28º98.31%46.27%-
XYZ9.124.3517.5-
YUV46.02168.62170.07-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.67%
GREEN value IS 2 (1.17% from 255) = 0.89%
BLUE value IS 118 (46.48% from 255) = 52.44%
R=46.67%
G=0.89%
B=52.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10521180.110.9800.54293.2896.6723.53
Hex69276B620361256118
Octal15121661314206644514130
Binary1101001101110110101111000100110110100100101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690276; }

 p { color: rgb(105,2,118); }

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

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

 a { background-color: rgb(105,2,118); }

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

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

 span { border-color: rgb(105,2,118); }

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