#67052D

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

Shades of Tyrian Purple #67052D

Tints of Tyrian Purple #67052D

Color information

#67052D (or 0x67052D) is unknown color: approx Tyrian Purple. HEX triplet: 67, 05 and 2D. RGB value is (103,5,45). Sum of RGB (Red+Green+Blue) = 103+5+45=153 (20% of max value = 765). Red value is 103 (40.62% from 255 or 67.32% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 45 (17.97% from 255 or 29.41% from 153); Max value from RGB is 103 - color contains mainly: red. Hex color #67052D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67052D is #98FAD2. Grayscale: #262626. Windows color (decimal): -10025683 or 2950503. OLE color: 2950503.

HSL color Cylindrical-coordinate representation of color #67052D: hue angle of 335.51º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #67052D is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.60.

Color convert

RGB103545-
CMYK00.950.560.60
HSL335.51º90.74%21.18%-
HSV(B)335.51º95.15%40.39%-
XYZ6.123.182.77-
YUV38.86131.47173.75-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 67.32%
GREEN value IS 5 (2.34% from 255) = 3.27%
BLUE value IS 45 (17.97% from 255) = 29.41%
R=67.32%
G=3.27%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.56
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10354500.950.560.60335.5190.7421.18
Hex6752D05F383C1505b15
Octal1475550137707452013325
Binary110011110110110101011111111000111100101010000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67052D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,5,45); }

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

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

 a { background-color: rgb(103,5,45); }

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

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

 span { border-color: rgb(103,5,45); }

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