#690238

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

Shades of Tyrian Purple #690238

Tints of Tyrian Purple #690238

Color information

#690238 (or 0x690238) is unknown color: approx Tyrian Purple. HEX triplet: 69, 02 and 38. RGB value is (105,2,56). Sum of RGB (Red+Green+Blue) = 105+2+56=163 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.42% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 56 (22.27% from 255 or 34.36% from 163); Max value from RGB is 105 - color contains mainly: red. Hex color #690238 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690238 is #96FDC7. Grayscale: #262626. Windows color (decimal): -9895368 or 3670633. OLE color: 3670633.

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

Color convert

RGB105256-
CMYK00.980.470.59
HSL328.54º96.26%20.98%-
HSV(B)328.54º98.1%41.18%-
XYZ6.563.334.04-
YUV38.95137.62175.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 64.42%
GREEN value IS 2 (1.17% from 255) = 1.23%
BLUE value IS 56 (22.27% from 255) = 34.36%
R=64.42%
G=1.23%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10525600.980.470.59328.5496.2620.98
Hex692380622F3B1496015
Octal1512700142577351114025
Binary11010011011100001100010101111111011101001001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690238; }

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

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

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

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

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

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

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

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