#67014A

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

Shades of Tyrian Purple #67014A

Tints of Tyrian Purple #67014A

Color information

#67014A (or 0x67014A) is unknown color: approx Tyrian Purple. HEX triplet: 67, 01 and 4A. RGB value is (103,1,74). Sum of RGB (Red+Green+Blue) = 103+1+74=178 (23% of max value = 765). Red value is 103 (40.62% from 255 or 57.87% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 74 (29.30% from 255 or 41.57% from 178); Max value from RGB is 103 - color contains mainly: red. Hex color #67014A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67014A is #98FEB5. Grayscale: #272727. Windows color (decimal): -10026678 or 4850023. OLE color: 4850023.

HSL color Cylindrical-coordinate representation of color #67014A: hue angle of 317.06º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #67014A is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.60.

Color convert

RGB103174-
CMYK00.990.280.60
HSL317.06º98.08%20.39%-
HSV(B)317.06º99.03%40.39%-
XYZ6.843.46.77-
YUV39.82147.29173.06-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 57.87%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 74 (29.30% from 255) = 41.57%
R=57.87%
G=0.56%
B=41.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.28
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10317400.990.280.60317.0698.0820.39
Hex6714A0631C3C13d6214
Octal14711120143347447514224
Binary1100111110010100110001111100111100100111101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67014A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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