#69002E

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

Shades of Tyrian Purple #69002E

Tints of Tyrian Purple #69002E

Color information

#69002E (or 0x69002E) is unknown color: approx Tyrian Purple. HEX triplet: 69, 00 and 2E. RGB value is (105,0,46). Sum of RGB (Red+Green+Blue) = 105+0+46=151 (20% of max value = 765). Red value is 105 (41.41% from 255 or 69.54% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 105 - color contains mainly: red. Hex color #69002E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69002E is #96FFD1. Grayscale: #242424. Windows color (decimal): -9895890 or 3014761. OLE color: 3014761.

HSL color Cylindrical-coordinate representation of color #69002E: hue angle of 333.71º 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 #69002E is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB105046-
CMYK010.560.59
HSL333.71º100%20.59%-
HSV(B)333.71º100%41.18%-
XYZ6.323.22.87-
YUV36.64133.29176.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 69.54%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 46 (18.36% from 255) = 30.46%
R=69.54%
G=0%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105046010.560.59333.7110020.59
Hex6902E064383B14e6415
Octal1510560144707351614425
Binary1101001010111001100100111000111011101001110110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69002E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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