#690265

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

Shades of Purple #690265

Tints of Purple #690265

Color information

#690265 (or 0x690265) is unknown color: approx Purple. HEX triplet: 69, 02 and 65. RGB value is (105,2,101). Sum of RGB (Red+Green+Blue) = 105+2+101=208 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.48% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 101 (39.84% from 255 or 48.56% from 208); Max value from RGB is 105 - color contains mainly: red. Hex color #690265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690265 is #96FD9A. Grayscale: #2B2B2B. Windows color (decimal): -9895323 or 6619753. OLE color: 6619753.

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

Color convert

RGB1052101-
CMYK00.980.040.59
HSL302.33º96.26%20.98%-
HSV(B)302.33º98.1%41.18%-
XYZ8.23.9912.65-
YUV44.08160.12171.45-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.48%
GREEN value IS 2 (1.17% from 255) = 0.96%
BLUE value IS 101 (39.84% from 255) = 48.56%
R=50.48%
G=0.96%
B=48.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105210100.980.040.59302.3396.2620.98
Hex6926506243B12e6015
Octal1512145014247345614025
Binary110100110110010101100010100111011100101110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690265; }

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

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

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

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

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

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

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

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