#67084A

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

Shades of Tyrian Purple #67084A

Tints of Tyrian Purple #67084A

Color information

#67084A (or 0x67084A) is unknown color: approx Tyrian Purple. HEX triplet: 67, 08 and 4A. RGB value is (103,8,74). Sum of RGB (Red+Green+Blue) = 103+8+74=185 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.68% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 74 (29.30% from 255 or 40% from 185); Max value from RGB is 103 - color contains mainly: red. Hex color #67084A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67084A is #98F7B5. Grayscale: #2B2B2B. Windows color (decimal): -10024886 or 4851815. OLE color: 4851815.

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

Color convert

RGB103874-
CMYK00.920.280.60
HSL318.32º85.59%21.76%-
HSV(B)318.32º92.23%40.39%-
XYZ6.923.556.8-
YUV43.93144.97170.13-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 55.68%
GREEN value IS 8 (3.52% from 255) = 4.32%
BLUE value IS 74 (29.30% from 255) = 40%
R=55.68%
G=4.32%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.28
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10387400.920.280.60318.3285.5921.76
Hex6784A05C1C3C13e5616
Octal147101120134347447612626
Binary1100111100010010100101110011100111100100111110101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67084A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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