#69002C

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

Shades of Tyrian Purple #69002C

Tints of Tyrian Purple #69002C

Color information

#69002C (or 0x69002C) is unknown color: approx Tyrian Purple. HEX triplet: 69, 00 and 2C. RGB value is (105,0,44). Sum of RGB (Red+Green+Blue) = 105+0+44=149 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70.47% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 105 - color contains mainly: red. Hex color #69002C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69002C is #96FFD3. Grayscale: #242424. Windows color (decimal): -9895892 or 2883689. OLE color: 2883689.

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

Color convert

RGB105044-
CMYK010.580.59
HSL334.86º100%20.59%-
HSV(B)334.86º100%41.18%-
XYZ6.283.192.67-
YUV36.41132.29176.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 70.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 44 (17.58% from 255) = 29.53%
R=70.47%
G=0%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105044010.580.59334.8610020.59
Hex6902C0643A3B14f6415
Octal1510540144727351714425
Binary1101001010110001100100111010111011101001111110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69002C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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