#690456

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

Shades of Tyrian Purple #690456

Tints of Tyrian Purple #690456

Color information

#690456 (or 0x690456) is unknown color: approx Tyrian Purple. HEX triplet: 69, 04 and 56. RGB value is (105,4,86). Sum of RGB (Red+Green+Blue) = 105+4+86=195 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.85% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 86 (33.98% from 255 or 44.10% from 195); Max value from RGB is 105 - color contains mainly: red. Hex color #690456 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690456 is #96FBA9. Grayscale: #2B2B2B. Windows color (decimal): -9894826 or 5637225. OLE color: 5637225.

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

Color convert

RGB105486-
CMYK00.960.180.59
HSL311.29º92.66%21.37%-
HSV(B)311.29º96.19%41.18%-
XYZ7.553.769.13-
YUV43.55151.96171.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 53.85%
GREEN value IS 4 (1.95% from 255) = 2.05%
BLUE value IS 86 (33.98% from 255) = 44.10%
R=53.85%
G=2.05%
B=44.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10548600.960.180.59311.2992.6621.37
Hex69456060123B1375d15
Octal15141260140227346713525
Binary110100110010101100110000010010111011100110111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690456; }

 p { color: rgb(105,4,86); }

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

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

 a { background-color: rgb(105,4,86); }

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

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

 span { border-color: rgb(105,4,86); }

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