#690266

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

Shades of Purple #690266

Tints of Purple #690266

Color information

#690266 (or 0x690266) is unknown color: approx Purple. HEX triplet: 69, 02 and 66. RGB value is (105,2,102). Sum of RGB (Red+Green+Blue) = 105+2+102=209 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.24% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 102 (40.23% from 255 or 48.80% from 209); Max value from RGB is 105 - color contains mainly: red. Hex color #690266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690266 is #96FD99. Grayscale: #2B2B2B. Windows color (decimal): -9895322 or 6685289. OLE color: 6685289.

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

Color convert

RGB1052102-
CMYK00.980.030.59
HSL301.75º96.26%20.98%-
HSV(B)301.75º98.1%41.18%-
XYZ8.254.0112.91-
YUV44.2160.62171.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.24%
GREEN value IS 2 (1.17% from 255) = 0.96%
BLUE value IS 102 (40.23% from 255) = 48.80%
R=50.24%
G=0.96%
B=48.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105210200.980.030.59301.7596.2620.98
Hex6926606233B12e6015
Octal1512146014237345614025
Binary11010011011001100110001011111011100101110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690266; }

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

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

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

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

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

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

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

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