#67053A

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

Shades of Tyrian Purple #67053A

Tints of Tyrian Purple #67053A

Color information

#67053A (or 0x67053A) is unknown color: approx Tyrian Purple. HEX triplet: 67, 05 and 3A. RGB value is (103,5,58). Sum of RGB (Red+Green+Blue) = 103+5+58=166 (21% of max value = 765). Red value is 103 (40.62% from 255 or 62.05% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 58 (23.05% from 255 or 34.94% from 166); Max value from RGB is 103 - color contains mainly: red. Hex color #67053A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67053A is #98FAC5. Grayscale: #282828. Windows color (decimal): -10025670 or 3802471. OLE color: 3802471.

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

Color convert

RGB103558-
CMYK00.950.440.60
HSL327.55º90.74%21.18%-
HSV(B)327.55º95.15%40.39%-
XYZ6.413.34.3-
YUV40.34137.97172.69-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 62.05%
GREEN value IS 5 (2.34% from 255) = 3.01%
BLUE value IS 58 (23.05% from 255) = 34.94%
R=62.05%
G=3.01%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.44
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10355800.950.440.60327.5590.7421.18
Hex6753A05F2C3C1485b15
Octal1475720137547451013325
Binary110011110111101001011111101100111100101001000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67053A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67053A; }

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

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

<style>
 a { background-color: #67053A; }

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

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

<style>
 span { border-color: #67053A; }

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

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