#67032F

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

Shades of Tyrian Purple #67032F

Tints of Tyrian Purple #67032F

Color information

#67032F (or 0x67032F) is unknown color: approx Tyrian Purple. HEX triplet: 67, 03 and 2F. RGB value is (103,3,47). Sum of RGB (Red+Green+Blue) = 103+3+47=153 (20% of max value = 765). Red value is 103 (40.62% from 255 or 67.32% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 47 (18.75% from 255 or 30.72% from 153); Max value from RGB is 103 - color contains mainly: red. Hex color #67032F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67032F is #98FCD0. Grayscale: #252525. Windows color (decimal): -10026193 or 3081063. OLE color: 3081063.

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

Color convert

RGB103347-
CMYK00.970.540.60
HSL333.6º94.34%20.78%-
HSV(B)333.6º97.09%40.39%-
XYZ6.143.152.97-
YUV37.92133.13174.42-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 67.32%
GREEN value IS 3 (1.56% from 255) = 1.96%
BLUE value IS 47 (18.75% from 255) = 30.72%
R=67.32%
G=1.96%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.54
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10334700.970.540.60333.694.3420.78
Hex6732F061363C14e5e15
Octal1473570141667451613625
Binary11001111110111101100001110110111100101001110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67032F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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