#69002D

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

Shades of Tyrian Purple #69002D

Tints of Tyrian Purple #69002D

Color information

#69002D (or 0x69002D) is unknown color: approx Tyrian Purple. HEX triplet: 69, 00 and 2D. RGB value is (105,0,45). Sum of RGB (Red+Green+Blue) = 105+0+45=150 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 45 (17.97% from 255 or 30% from 150); Max value from RGB is 105 - color contains mainly: red. Hex color #69002D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69002D is #96FFD2. Grayscale: #242424. Windows color (decimal): -9895891 or 2949225. OLE color: 2949225.

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

Color convert

RGB105045-
CMYK010.570.59
HSL334.29º100%20.59%-
HSV(B)334.29º100%41.18%-
XYZ6.33.192.77-
YUV36.52132.79176.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 70%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 45 (17.97% from 255) = 30%
R=70%
G=0%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.57
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105045010.570.59334.2910020.59
Hex6902D064393B14e6415
Octal1510550144717351614425
Binary1101001010110101100100111001111011101001110110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69002D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69002D; }

 p { color: rgb(105,0,45); }

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

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

 a { background-color: rgb(105,0,45); }

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

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

 span { border-color: rgb(105,0,45); }

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