#67015A

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

Shades of Tyrian Purple #67015A

Tints of Tyrian Purple #67015A

Color information

#67015A (or 0x67015A) is unknown color: approx Tyrian Purple. HEX triplet: 67, 01 and 5A. RGB value is (103,1,90). Sum of RGB (Red+Green+Blue) = 103+1+90=194 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.09% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 90 (35.55% from 255 or 46.39% from 194); Max value from RGB is 103 - color contains mainly: red. Hex color #67015A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67015A is #98FEA5. Grayscale: #292929. Windows color (decimal): -10026662 or 5898599. OLE color: 5898599.

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

Color convert

RGB103190-
CMYK00.990.130.60
HSL307.65º98.08%20.39%-
HSV(B)307.65º99.03%40.39%-
XYZ7.453.649.98-
YUV41.64155.29171.76-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 53.09%
GREEN value IS 1 (0.78% from 255) = 0.52%
BLUE value IS 90 (35.55% from 255) = 46.39%
R=53.09%
G=0.52%
B=46.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.13
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10319000.990.130.60307.6598.0820.39
Hex6715A063D3C1346214
Octal14711320143157446414224
Binary110011111011010011000111101111100100110100110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67015A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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