#690350

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

Shades of Tyrian Purple #690350

Tints of Tyrian Purple #690350

Color information

#690350 (or 0x690350) is unknown color: approx Tyrian Purple. HEX triplet: 69, 03 and 50. RGB value is (105,3,80). Sum of RGB (Red+Green+Blue) = 105+3+80=188 (24% of max value = 765). Red value is 105 (41.41% from 255 or 55.85% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 80 (31.64% from 255 or 42.55% from 188); Max value from RGB is 105 - color contains mainly: red. Hex color #690350 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690350 is #96FCAF. Grayscale: #2A2A2A. Windows color (decimal): -9895088 or 5243753. OLE color: 5243753.

HSL color Cylindrical-coordinate representation of color #690350: hue angle of 314.71º 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 #690350 is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB105380-
CMYK00.970.240.59
HSL314.71º94.44%21.18%-
HSV(B)314.71º97.14%41.18%-
XYZ7.313.657.91-
YUV42.28149.29172.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 55.85%
GREEN value IS 3 (1.56% from 255) = 1.60%
BLUE value IS 80 (31.64% from 255) = 42.55%
R=55.85%
G=1.60%
B=42.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10538000.970.240.59314.7194.4421.18
Hex69350061183B13b5e15
Octal15131200141307347313625
Binary11010011110100000110000111000111011100111011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690350; }

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

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

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

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

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

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

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

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