#67082A

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

Shades of Tyrian Purple #67082A

Tints of Tyrian Purple #67082A

Color information

#67082A (or 0x67082A) is unknown color: approx Tyrian Purple. HEX triplet: 67, 08 and 2A. RGB value is (103,8,42). Sum of RGB (Red+Green+Blue) = 103+8+42=153 (20% of max value = 765). Red value is 103 (40.62% from 255 or 67.32% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 103 - color contains mainly: red. Hex color #67082A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67082A is #98F7D5. Grayscale: #282828. Windows color (decimal): -10024918 or 2754663. OLE color: 2754663.

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

Color convert

RGB103842-
CMYK00.920.590.60
HSL338.53º85.59%21.76%-
HSV(B)338.53º92.23%40.39%-
XYZ6.13.222.49-
YUV40.28128.97172.74-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 67.32%
GREEN value IS 8 (3.52% from 255) = 5.23%
BLUE value IS 42 (16.80% from 255) = 27.45%
R=67.32%
G=5.23%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.59
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10384200.920.590.60338.5385.5921.76
Hex6782A05C3B3C1535616
Octal14710520134737452312626
Binary1100111100010101001011100111011111100101010011101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67082A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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