#690142

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

Shades of Tyrian Purple #690142

Tints of Tyrian Purple #690142

Color information

#690142 (or 0x690142) is unknown color: approx Tyrian Purple. HEX triplet: 69, 01 and 42. RGB value is (105,1,66). Sum of RGB (Red+Green+Blue) = 105+1+66=172 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.05% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 66 (26.17% from 255 or 38.37% from 172); Max value from RGB is 105 - color contains mainly: red. Hex color #690142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690142 is #96FEBD. Grayscale: #272727. Windows color (decimal): -9895614 or 4325737. OLE color: 4325737.

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

Color convert

RGB105166-
CMYK00.990.370.59
HSL322.5º98.11%20.78%-
HSV(B)322.5º99.05%41.18%-
XYZ6.823.425.45-
YUV39.51142.96174.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 61.05%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 66 (26.17% from 255) = 38.37%
R=61.05%
G=0.58%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10516600.990.370.59322.598.1120.78
Hex69142063253B1426215
Octal15111020143457350214225
Binary11010011100001001100011100101111011101000010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690142; }

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

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

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

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

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

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

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

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