#69023B

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

Shades of Tyrian Purple #69023B

Tints of Tyrian Purple #69023B

Color information

#69023B (or 0x69023B) is unknown color: approx Tyrian Purple. HEX triplet: 69, 02 and 3B. RGB value is (105,2,59). Sum of RGB (Red+Green+Blue) = 105+2+59=166 (21% of max value = 765). Red value is 105 (41.41% from 255 or 63.25% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 59 (23.44% from 255 or 35.54% from 166); Max value from RGB is 105 - color contains mainly: red. Hex color #69023B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69023B is #96FDC4. Grayscale: #272727. Windows color (decimal): -9895365 or 3867241. OLE color: 3867241.

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

Color convert

RGB105259-
CMYK00.980.440.59
HSL326.8º96.26%20.98%-
HSV(B)326.8º98.1%41.18%-
XYZ6.643.364.44-
YUV39.3139.12174.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 63.25%
GREEN value IS 2 (1.17% from 255) = 1.20%
BLUE value IS 59 (23.44% from 255) = 35.54%
R=63.25%
G=1.20%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10525900.980.440.59326.896.2620.98
Hex6923B0622C3B1476015
Octal1512730142547350714025
Binary11010011011101101100010101100111011101000111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69023B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69023B; }

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

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

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

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

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

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

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

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