#690246

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

Shades of Tyrian Purple #690246

Tints of Tyrian Purple #690246

Color information

#690246 (or 0x690246) is unknown color: approx Tyrian Purple. HEX triplet: 69, 02 and 46. RGB value is (105,2,70). Sum of RGB (Red+Green+Blue) = 105+2+70=177 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.32% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 70 (27.73% from 255 or 39.55% from 177); Max value from RGB is 105 - color contains mainly: red. Hex color #690246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690246 is #96FDB9. Grayscale: #282828. Windows color (decimal): -9895354 or 4588137. OLE color: 4588137.

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

Color convert

RGB105270-
CMYK00.980.330.59
HSL320.39º96.26%20.98%-
HSV(B)320.39º98.1%41.18%-
XYZ6.953.496.1-
YUV40.55144.62173.97-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 59.32%
GREEN value IS 2 (1.17% from 255) = 1.13%
BLUE value IS 70 (27.73% from 255) = 39.55%
R=59.32%
G=1.13%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.33
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10527000.980.330.59320.3996.2620.98
Hex69246062213B1406015
Octal15121060142417350014025
Binary110100110100011001100010100001111011101000000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690246; }

 p { color: rgb(105,2,70); }

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

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

 a { background-color: rgb(105,2,70); }

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

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

 span { border-color: rgb(105,2,70); }

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