#67002F

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

Shades of Tyrian Purple #67002F

Tints of Tyrian Purple #67002F

Color information

#67002F (or 0x67002F) is unknown color: approx Tyrian Purple. HEX triplet: 67, 00 and 2F. RGB value is (103,0,47). Sum of RGB (Red+Green+Blue) = 103+0+47=150 (19% of max value = 765). Red value is 103 (40.62% from 255 or 68.67% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 47 (18.75% from 255 or 31.33% from 150); Max value from RGB is 103 - color contains mainly: red. Hex color #67002F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67002F is #98FFD0. Grayscale: #242424. Windows color (decimal): -10026961 or 3080295. OLE color: 3080295.

HSL color Cylindrical-coordinate representation of color #67002F: hue angle of 332.62º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #67002F is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.60.

Color convert

RGB103047-
CMYK010.540.60
HSL332.62º100%20.2%-
HSV(B)332.62º100%40.39%-
XYZ6.113.092.96-
YUV36.16134.12175.68-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 68.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 47 (18.75% from 255) = 31.33%
R=68.67%
G=0%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.54
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103047010.540.60332.6210020.2
Hex6702F064363C14d6414
Octal1470570144667451514424
Binary1100111010111101100100110110111100101001101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67002F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67002F; }

 p { color: rgb(103,0,47); }

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

<style>
 a { background-color: #67002F; }

 a { background-color: rgb(103,0,47); }

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

<style>
 span { border-color: #67002F; }

 span { border-color: rgb(103,0,47); }

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