#69004C

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

Shades of Tyrian Purple #69004C

Tints of Tyrian Purple #69004C

Color information

#69004C (or 0x69004C) is unknown color: approx Tyrian Purple. HEX triplet: 69, 00 and 4C. RGB value is (105,0,76). Sum of RGB (Red+Green+Blue) = 105+0+76=181 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.01% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 76 (30.08% from 255 or 41.99% from 181); Max value from RGB is 105 - color contains mainly: red. Hex color #69004C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69004C is #96FFB3. Grayscale: #272727. Windows color (decimal): -9895860 or 4980841. OLE color: 4980841.

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

Color convert

RGB105076-
CMYK010.280.59
HSL316.57º100%20.59%-
HSV(B)316.57º100%41.18%-
XYZ7.133.537.14-
YUV40.06148.29174.32-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 58.01%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 76 (30.08% from 255) = 41.99%
R=58.01%
G=0%
B=41.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105076010.280.59316.5710020.59
Hex6904C0641C3B13d6415
Octal15101140144347347514425
Binary1101001010011000110010011100111011100111101110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69004C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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