#69052F

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

Shades of Tyrian Purple #69052F

Tints of Tyrian Purple #69052F

Color information

#69052F (or 0x69052F) is unknown color: approx Tyrian Purple. HEX triplet: 69, 05 and 2F. RGB value is (105,5,47). Sum of RGB (Red+Green+Blue) = 105+5+47=157 (20% of max value = 765). Red value is 105 (41.41% from 255 or 66.88% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 105 - color contains mainly: red. Hex color #69052F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69052F is #96FAD0. Grayscale: #272727. Windows color (decimal): -9894609 or 3081577. OLE color: 3081577.

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

Color convert

RGB105547-
CMYK00.950.550.59
HSL334.8º90.91%21.57%-
HSV(B)334.8º95.24%41.18%-
XYZ6.393.322.99-
YUV39.69132.13174.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 66.88%
GREEN value IS 5 (2.34% from 255) = 3.18%
BLUE value IS 47 (18.75% from 255) = 29.94%
R=66.88%
G=3.18%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.55
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10554700.950.550.59334.890.9121.57
Hex6952F05F373B14f5b16
Octal1515570137677351713326
Binary110100110110111101011111110111111011101001111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69052F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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