#690384

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

Shades of Purple #690384

Tints of Purple #690384

Color information

#690384 (or 0x690384) is unknown color: approx Purple. HEX triplet: 69, 03 and 84. RGB value is (105,3,132). Sum of RGB (Red+Green+Blue) = 105+3+132=240 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.75% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 132 (51.95% from 255 or 55% from 240); Max value from RGB is 132 - color contains mainly: blue. Hex color #690384 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690384 is #96FC7B. Grayscale: #2F2F2F. Windows color (decimal): -9895036 or 8651625. OLE color: 8651625.

HSL color Cylindrical-coordinate representation of color #690384: hue angle of 287.44º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #690384 is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1053132-
CMYK0.200.9800.48
HSL287.44º95.56%26.47%-
HSV(B)287.44º97.73%51.76%-
XYZ10.024.7322.22-
YUV48.2175.29168.51-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.75%
GREEN value IS 3 (1.56% from 255) = 1.25%
BLUE value IS 132 (51.95% from 255) = 55%
R=43.75%
G=1.25%
B=55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal10531320.200.9800.48287.4495.5626.47
Hex69384146203011f601a
Octal15132042414206043714032
Binary110100111100001001010011000100110000100011111110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690384; }

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

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

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

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

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

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

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

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