#690242

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

Shades of Tyrian Purple #690242

Tints of Tyrian Purple #690242

Color information

#690242 (or 0x690242) is unknown color: approx Tyrian Purple. HEX triplet: 69, 02 and 42. RGB value is (105,2,66). Sum of RGB (Red+Green+Blue) = 105+2+66=173 (22% of max value = 765). Red value is 105 (41.41% from 255 or 60.69% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 66 (26.17% from 255 or 38.15% from 173); Max value from RGB is 105 - color contains mainly: red. Hex color #690242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690242 is #96FDBD. Grayscale: #272727. Windows color (decimal): -9895358 or 4325993. OLE color: 4325993.

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

Color convert

RGB105266-
CMYK00.980.370.59
HSL322.72º96.26%20.98%-
HSV(B)322.72º98.1%41.18%-
XYZ6.833.445.46-
YUV40.09142.62174.3-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 60.69%
GREEN value IS 2 (1.17% from 255) = 1.16%
BLUE value IS 66 (26.17% from 255) = 38.15%
R=60.69%
G=1.16%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10526600.980.370.59322.7296.2620.98
Hex69242062253B1436015
Octal15121020142457350314025
Binary110100110100001001100010100101111011101000011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690242; }

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

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

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

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

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

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

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

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