#690352

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

Shades of Tyrian Purple #690352

Tints of Tyrian Purple #690352

Color information

#690352 (or 0x690352) is unknown color: approx Tyrian Purple. HEX triplet: 69, 03 and 52. RGB value is (105,3,82). Sum of RGB (Red+Green+Blue) = 105+3+82=190 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.26% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 82 (32.42% from 255 or 43.16% from 190); Max value from RGB is 105 - color contains mainly: red. Hex color #690352 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690352 is #96FCAD. Grayscale: #2A2A2A. Windows color (decimal): -9895086 or 5374825. OLE color: 5374825.

HSL color Cylindrical-coordinate representation of color #690352: hue angle of 313.53º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #690352 is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB105382-
CMYK00.970.220.59
HSL313.53º94.44%21.18%-
HSV(B)313.53º97.14%41.18%-
XYZ7.383.688.3-
YUV42.5150.29172.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 55.26%
GREEN value IS 3 (1.56% from 255) = 1.58%
BLUE value IS 82 (32.42% from 255) = 43.16%
R=55.26%
G=1.58%
B=43.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10538200.970.220.59313.5394.4421.18
Hex69352061163B13a5e15
Octal15131220141267347213625
Binary11010011110100100110000110110111011100111010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690352; }

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

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

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

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

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

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

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

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