#69033B

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

Shades of Tyrian Purple #69033B

Tints of Tyrian Purple #69033B

Color information

#69033B (or 0x69033B) is unknown color: approx Tyrian Purple. HEX triplet: 69, 03 and 3B. RGB value is (105,3,59). Sum of RGB (Red+Green+Blue) = 105+3+59=167 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.87% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 59 (23.44% from 255 or 35.33% from 167); Max value from RGB is 105 - color contains mainly: red. Hex color #69033B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69033B is #96FCC4. Grayscale: #272727. Windows color (decimal): -9895109 or 3867497. OLE color: 3867497.

HSL color Cylindrical-coordinate representation of color #69033B: hue angle of 327.06º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #69033B is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB105359-
CMYK00.970.440.59
HSL327.06º94.44%21.18%-
HSV(B)327.06º97.14%41.18%-
XYZ6.653.384.44-
YUV39.88138.79174.45-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 62.87%
GREEN value IS 3 (1.56% from 255) = 1.80%
BLUE value IS 59 (23.44% from 255) = 35.33%
R=62.87%
G=1.80%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10535900.970.440.59327.0694.4421.18
Hex6933B0612C3B1475e15
Octal1513730141547350713625
Binary11010011111101101100001101100111011101000111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69033B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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