#69062D

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

Shades of Tyrian Purple #69062D

Tints of Tyrian Purple #69062D

Color information

#69062D (or 0x69062D) is unknown color: approx Tyrian Purple. HEX triplet: 69, 06 and 2D. RGB value is (105,6,45). Sum of RGB (Red+Green+Blue) = 105+6+45=156 (20% of max value = 765). Red value is 105 (41.41% from 255 or 67.31% from 156); Green value is 6 (2.73% from 255 or 3.85% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 105 - color contains mainly: red. Hex color #69062D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69062D is #96F9D2. Grayscale: #272727. Windows color (decimal): -9894355 or 2950761. OLE color: 2950761.

HSL color Cylindrical-coordinate representation of color #69062D: hue angle of 336.36º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #69062D is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB105645-
CMYK00.940.570.59
HSL336.36º89.19%21.76%-
HSV(B)336.36º94.29%41.18%-
XYZ6.363.322.79-
YUV40.05130.8174.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 67.31%
GREEN value IS 6 (2.73% from 255) = 3.85%
BLUE value IS 45 (17.97% from 255) = 28.85%
R=67.31%
G=3.85%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.57
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10564500.940.570.59336.3689.1921.76
Hex6962D05E393B1505916
Octal1516550136717352013126
Binary110100111010110101011110111001111011101010000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69062D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69062D; }

 p { color: rgb(105,6,45); }

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

<style>
 a { background-color: #69062D; }

 a { background-color: rgb(105,6,45); }

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

<style>
 span { border-color: #69062D; }

 span { border-color: rgb(105,6,45); }

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