#690B84

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

Shades of Purple #690B84

Tints of Purple #690B84

Color information

#690B84 (or 0x690B84) is unknown color: approx Purple. HEX triplet: 69, 0B and 84. RGB value is (105,11,132). Sum of RGB (Red+Green+Blue) = 105+11+132=248 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.34% from 248); Green value is 11 (4.69% from 255 or 4.44% from 248); Blue value is 132 (51.95% from 255 or 53.23% from 248); Max value from RGB is 132 - color contains mainly: blue. Hex color #690B84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690B84 is #96F47B. Grayscale: #343434. Windows color (decimal): -9892988 or 8653673. OLE color: 8653673.

HSL color Cylindrical-coordinate representation of color #690B84: hue angle of 286.61º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #690B84 is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10511132-
CMYK0.200.9200.48
HSL286.61º84.62%28.04%-
HSV(B)286.61º91.67%51.76%-
XYZ10.114.9122.24-
YUV52.9172.64165.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.34%
GREEN value IS 11 (4.69% from 255) = 4.44%
BLUE value IS 132 (51.95% from 255) = 53.23%
R=42.34%
G=4.44%
B=53.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105111320.200.9200.48286.6184.6228.04
Hex69B84145C03011f551c
Octal151132042413406043712534
Binary11010011011100001001010010111000110000100011111101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,11,132); }

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

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

 a { background-color: rgb(105,11,132); }

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

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

 span { border-color: rgb(105,11,132); }

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