#690F88

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

Shades of Purple #690F88

Tints of Purple #690F88

Color information

#690F88 (or 0x690F88) is unknown color: approx Purple. HEX triplet: 69, 0F and 88. RGB value is (105,15,136). Sum of RGB (Red+Green+Blue) = 105+15+136=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 15 (6.25% from 255 or 5.86% from 256); Blue value is 136 (53.52% from 255 or 53.12% from 256); Max value from RGB is 136 - color contains mainly: blue. Hex color #690F88 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690F88 is #96F077. Grayscale: #373737. Windows color (decimal): -9891960 or 8916841. OLE color: 8916841.

HSL color Cylindrical-coordinate representation of color #690F88: hue angle of 284.63º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #690F88 is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10515136-
CMYK0.230.8900.47
HSL284.63º80.13%29.61%-
HSV(B)284.63º88.97%53.33%-
XYZ10.445.1223.73-
YUV55.7173.32163.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.02%
GREEN value IS 15 (6.25% from 255) = 5.86%
BLUE value IS 136 (53.52% from 255) = 53.12%
R=41.02%
G=5.86%
B=53.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105151360.230.8900.47284.6380.1329.61
Hex69F88175902F11d501e
Octal151172102713105743512036
Binary11010011111100010001011110110010101111100011101101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690F88; }

 p { color: rgb(105,15,136); }

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

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

 a { background-color: rgb(105,15,136); }

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

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

 span { border-color: rgb(105,15,136); }

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