#690372

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

Shades of Purple #690372

Tints of Purple #690372

Color information

#690372 (or 0x690372) is unknown color: approx Purple. HEX triplet: 69, 03 and 72. RGB value is (105,3,114). Sum of RGB (Red+Green+Blue) = 105+3+114=222 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.30% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 114 (44.92% from 255 or 51.35% from 222); Max value from RGB is 114 - color contains mainly: blue. Hex color #690372 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690372 is #96FC8D. Grayscale: #2D2D2D. Windows color (decimal): -9895054 or 7471977. OLE color: 7471977.

HSL color Cylindrical-coordinate representation of color #690372: hue angle of 295.14º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #690372 is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1053114-
CMYK0.080.9700.55
HSL295.14º94.87%22.94%-
HSV(B)295.14º97.37%44.71%-
XYZ8.94.2816.28-
YUV46.15166.29169.97-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.30%
GREEN value IS 3 (1.56% from 255) = 1.35%
BLUE value IS 114 (44.92% from 255) = 51.35%
R=47.30%
G=1.35%
B=51.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10531140.080.9700.55295.1494.8722.94
Hex693728610371275f17
Octal15131621014106744713727
Binary1101001111110010100011000010110111100100111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690372; }

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

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

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

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

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

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

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

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