#67014B

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

Shades of Tyrian Purple #67014B

Tints of Tyrian Purple #67014B

Color information

#67014B (or 0x67014B) is unknown color: approx Tyrian Purple. HEX triplet: 67, 01 and 4B. RGB value is (103,1,75). Sum of RGB (Red+Green+Blue) = 103+1+75=179 (23% of max value = 765). Red value is 103 (40.62% from 255 or 57.54% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 75 (29.69% from 255 or 41.90% from 179); Max value from RGB is 103 - color contains mainly: red. Hex color #67014B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67014B is #98FEB4. Grayscale: #272727. Windows color (decimal): -10026677 or 4915559. OLE color: 4915559.

HSL color Cylindrical-coordinate representation of color #67014B: hue angle of 316.47º 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 #67014B is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB103175-
CMYK00.990.270.60
HSL316.47º98.08%20.39%-
HSV(B)316.47º99.03%40.39%-
XYZ6.873.416.95-
YUV39.93147.79172.98-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 57.54%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 75 (29.69% from 255) = 41.90%
R=57.54%
G=0.56%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10317500.990.270.60316.4798.0820.39
Hex6714B0631B3C13c6214
Octal14711130143337447414224
Binary1100111110010110110001111011111100100111100110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67014B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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