#69074E

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

Shades of Tyrian Purple #69074E

Tints of Tyrian Purple #69074E

Color information

#69074E (or 0x69074E) is unknown color: approx Tyrian Purple. HEX triplet: 69, 07 and 4E. RGB value is (105,7,78). Sum of RGB (Red+Green+Blue) = 105+7+78=190 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.26% from 190); Green value is 7 (3.12% from 255 or 3.68% from 190); Blue value is 78 (30.86% from 255 or 41.05% from 190); Max value from RGB is 105 - color contains mainly: red. Hex color #69074E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69074E is #96F8B1. Grayscale: #2C2C2C. Windows color (decimal): -9894066 or 5113705. OLE color: 5113705.

HSL color Cylindrical-coordinate representation of color #69074E: hue angle of 316.53º 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 #69074E is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB105778-
CMYK00.930.260.59
HSL316.53º87.5%21.96%-
HSV(B)316.53º93.33%41.18%-
XYZ7.283.717.54-
YUV44.4146.97171.23-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 55.26%
GREEN value IS 7 (3.12% from 255) = 3.68%
BLUE value IS 78 (30.86% from 255) = 41.05%
R=55.26%
G=3.68%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10577800.930.260.59316.5387.521.96
Hex6974E05D1A3B13d5816
Octal15171160135327347513026
Binary110100111110011100101110111010111011100111101101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69074E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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