#67054A

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

Shades of Tyrian Purple #67054A

Tints of Tyrian Purple #67054A

Color information

#67054A (or 0x67054A) is unknown color: approx Tyrian Purple. HEX triplet: 67, 05 and 4A. RGB value is (103,5,74). Sum of RGB (Red+Green+Blue) = 103+5+74=182 (24% of max value = 765). Red value is 103 (40.62% from 255 or 56.59% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 74 (29.30% from 255 or 40.66% from 182); Max value from RGB is 103 - color contains mainly: red. Hex color #67054A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67054A is #98FAB5. Grayscale: #292929. Windows color (decimal): -10025654 or 4851047. OLE color: 4851047.

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

Color convert

RGB103574-
CMYK00.950.280.60
HSL317.76º90.74%21.18%-
HSV(B)317.76º95.15%40.39%-
XYZ6.883.496.79-
YUV42.17145.97171.39-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 56.59%
GREEN value IS 5 (2.34% from 255) = 2.75%
BLUE value IS 74 (29.30% from 255) = 40.66%
R=56.59%
G=2.75%
B=40.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.28
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10357400.950.280.60317.7690.7421.18
Hex6754A05F1C3C13e5b15
Octal14751120137347447613325
Binary110011110110010100101111111100111100100111110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67054A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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