#67052C

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

Shades of Tyrian Purple #67052C

Tints of Tyrian Purple #67052C

Color information

#67052C (or 0x67052C) is unknown color: approx Tyrian Purple. HEX triplet: 67, 05 and 2C. RGB value is (103,5,44). Sum of RGB (Red+Green+Blue) = 103+5+44=152 (20% of max value = 765). Red value is 103 (40.62% from 255 or 67.76% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 44 (17.58% from 255 or 28.95% from 152); Max value from RGB is 103 - color contains mainly: red. Hex color #67052C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67052C is #98FAD3. Grayscale: #262626. Windows color (decimal): -10025684 or 2884967. OLE color: 2884967.

HSL color Cylindrical-coordinate representation of color #67052C: hue angle of 336.12º 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 #67052C is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.60.

Color convert

RGB103544-
CMYK00.950.570.60
HSL336.12º90.74%21.18%-
HSV(B)336.12º95.15%40.39%-
XYZ6.13.172.67-
YUV38.75130.97173.83-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 67.76%
GREEN value IS 5 (2.34% from 255) = 3.29%
BLUE value IS 44 (17.58% from 255) = 28.95%
R=67.76%
G=3.29%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.57
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10354400.950.570.60336.1290.7421.18
Hex6752C05F393C1505b15
Octal1475540137717452013325
Binary110011110110110001011111111001111100101010000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67052C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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