#69003C

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

Shades of Tyrian Purple #69003C

Tints of Tyrian Purple #69003C

Color information

#69003C (or 0x69003C) is unknown color: approx Tyrian Purple. HEX triplet: 69, 00 and 3C. RGB value is (105,0,60). Sum of RGB (Red+Green+Blue) = 105+0+60=165 (21% of max value = 765). Red value is 105 (41.41% from 255 or 63.64% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 60 (23.83% from 255 or 36.36% from 165); Max value from RGB is 105 - color contains mainly: red. Hex color #69003C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69003C is #96FFC3. Grayscale: #262626. Windows color (decimal): -9895876 or 3932265. OLE color: 3932265.

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

Color convert

RGB105060-
CMYK010.430.59
HSL325.71º100%20.59%-
HSV(B)325.71º100%41.18%-
XYZ6.643.334.57-
YUV38.24140.29175.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 63.64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 60 (23.83% from 255) = 36.36%
R=63.64%
G=0%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.43
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105060010.430.59325.7110020.59
Hex6903C0642B3B1466415
Octal1510740144537350614425
Binary1101001011110001100100101011111011101000110110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69003C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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