#67024E

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

Shades of Tyrian Purple #67024E

Tints of Tyrian Purple #67024E

Color information

#67024E (or 0x67024E) is unknown color: approx Tyrian Purple. HEX triplet: 67, 02 and 4E. RGB value is (103,2,78). Sum of RGB (Red+Green+Blue) = 103+2+78=183 (24% of max value = 765). Red value is 103 (40.62% from 255 or 56.28% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 78 (30.86% from 255 or 42.62% from 183); Max value from RGB is 103 - color contains mainly: red. Hex color #67024E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67024E is #98FDB1. Grayscale: #282828. Windows color (decimal): -10026418 or 5112423. OLE color: 5112423.

HSL color Cylindrical-coordinate representation of color #67024E: hue angle of 314.85º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #67024E is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.60.

Color convert

RGB103278-
CMYK00.980.240.60
HSL314.85º96.19%20.59%-
HSV(B)314.85º98.06%40.39%-
XYZ6.993.487.51-
YUV40.86148.96172.32-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 56.28%
GREEN value IS 2 (1.17% from 255) = 1.09%
BLUE value IS 78 (30.86% from 255) = 42.62%
R=56.28%
G=1.09%
B=42.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.24
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10327800.980.240.60314.8596.1920.59
Hex6724E062183C13b6015
Octal14721160142307447314025
Binary11001111010011100110001011000111100100111011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67024E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67024E; }

 p { color: rgb(103,2,78); }

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

<style>
 a { background-color: #67024E; }

 a { background-color: rgb(103,2,78); }

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

<style>
 span { border-color: #67024E; }

 span { border-color: rgb(103,2,78); }

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