#69042F

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

Shades of Tyrian Purple #69042F

Tints of Tyrian Purple #69042F

Color information

#69042F (or 0x69042F) is unknown color: approx Tyrian Purple. HEX triplet: 69, 04 and 2F. RGB value is (105,4,47). Sum of RGB (Red+Green+Blue) = 105+4+47=156 (20% of max value = 765). Red value is 105 (41.41% from 255 or 67.31% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 105 - color contains mainly: red. Hex color #69042F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69042F is #96FBD0. Grayscale: #272727. Windows color (decimal): -9894865 or 3081321. OLE color: 3081321.

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

Color convert

RGB105447-
CMYK00.960.550.59
HSL334.46º92.66%21.37%-
HSV(B)334.46º96.19%41.18%-
XYZ6.383.32.99-
YUV39.1132.46175-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 67.31%
GREEN value IS 4 (1.95% from 255) = 2.56%
BLUE value IS 47 (18.75% from 255) = 30.13%
R=67.31%
G=2.56%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.55
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10544700.960.550.59334.4692.6621.37
Hex6942F060373B14e5d15
Octal1514570140677351613525
Binary110100110010111101100000110111111011101001110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69042F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,4,47); }

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

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

 a { background-color: rgb(105,4,47); }

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

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

 span { border-color: rgb(105,4,47); }

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