#67013A

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

Shades of Tyrian Purple #67013A

Tints of Tyrian Purple #67013A

Color information

#67013A (or 0x67013A) is unknown color: approx Tyrian Purple. HEX triplet: 67, 01 and 3A. RGB value is (103,1,58). Sum of RGB (Red+Green+Blue) = 103+1+58=162 (21% of max value = 765). Red value is 103 (40.62% from 255 or 63.58% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 58 (23.05% from 255 or 35.80% from 162); Max value from RGB is 103 - color contains mainly: red. Hex color #67013A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67013A is #98FEC5. Grayscale: #252525. Windows color (decimal): -10026694 or 3801447. OLE color: 3801447.

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

Color convert

RGB103158-
CMYK00.990.440.60
HSL326.47º98.08%20.39%-
HSV(B)326.47º99.03%40.39%-
XYZ6.373.214.29-
YUV38139.29174.37-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 63.58%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 58 (23.05% from 255) = 35.80%
R=63.58%
G=0.62%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.44
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10315800.990.440.60326.4798.0820.39
Hex6713A0632C3C1466214
Octal1471720143547450614224
Binary1100111111101001100011101100111100101000110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67013A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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