#69074F

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

Shades of Tyrian Purple #69074F

Tints of Tyrian Purple #69074F

Color information

#69074F (or 0x69074F) is unknown color: approx Tyrian Purple. HEX triplet: 69, 07 and 4F. RGB value is (105,7,79). Sum of RGB (Red+Green+Blue) = 105+7+79=191 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.97% from 191); Green value is 7 (3.12% from 255 or 3.66% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 105 - color contains mainly: red. Hex color #69074F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69074F is #96F8B0. Grayscale: #2C2C2C. Windows color (decimal): -9894065 or 5179241. OLE color: 5179241.

HSL color Cylindrical-coordinate representation of color #69074F: hue angle of 315.92º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #69074F is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB105779-
CMYK00.930.250.59
HSL315.92º87.5%21.96%-
HSV(B)315.92º93.33%41.18%-
XYZ7.313.727.73-
YUV44.51147.47171.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.97%
GREEN value IS 7 (3.12% from 255) = 3.66%
BLUE value IS 79 (31.25% from 255) = 41.36%
R=54.97%
G=3.66%
B=41.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10577900.930.250.59315.9287.521.96
Hex6974F05D193B13c5816
Octal15171170135317347413026
Binary110100111110011110101110111001111011100111100101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69074F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69074F; }

 p { color: rgb(105,7,79); }

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

<style>
 a { background-color: #69074F; }

 a { background-color: rgb(105,7,79); }

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

<style>
 span { border-color: #69074F; }

 span { border-color: rgb(105,7,79); }

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