#69034E

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

Shades of Tyrian Purple #69034E

Tints of Tyrian Purple #69034E

Color information

#69034E (or 0x69034E) is unknown color: approx Tyrian Purple. HEX triplet: 69, 03 and 4E. RGB value is (105,3,78). Sum of RGB (Red+Green+Blue) = 105+3+78=186 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.45% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 78 (30.86% from 255 or 41.94% from 186); Max value from RGB is 105 - color contains mainly: red. Hex color #69034E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69034E is #96FCB1. Grayscale: #292929. Windows color (decimal): -9895090 or 5112681. OLE color: 5112681.

HSL color Cylindrical-coordinate representation of color #69034E: hue angle of 315.88º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #69034E is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB105378-
CMYK00.970.260.59
HSL315.88º94.44%21.18%-
HSV(B)315.88º97.14%41.18%-
XYZ7.233.627.52-
YUV42.05148.29172.9-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 56.45%
GREEN value IS 3 (1.56% from 255) = 1.61%
BLUE value IS 78 (30.86% from 255) = 41.94%
R=56.45%
G=1.61%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10537800.970.260.59315.8894.4421.18
Hex6934E0611A3B13c5e15
Octal15131160141327347413625
Binary11010011110011100110000111010111011100111100101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69034E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,3,78); }

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

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

 a { background-color: rgb(105,3,78); }

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

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

 span { border-color: rgb(105,3,78); }

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