#670D3F

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

Shades of Tyrian Purple #670D3F

Tints of Tyrian Purple #670D3F

Color information

#670D3F (or 0x670D3F) is unknown color: approx Tyrian Purple. HEX triplet: 67, 0D and 3F. RGB value is (103,13,63). Sum of RGB (Red+Green+Blue) = 103+13+63=179 (23% of max value = 765). Red value is 103 (40.62% from 255 or 57.54% from 179); Green value is 13 (5.47% from 255 or 7.26% from 179); Blue value is 63 (25% from 255 or 35.20% from 179); Max value from RGB is 103 - color contains mainly: red. Hex color #670D3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670D3F is #98F2C0. Grayscale: #2D2D2D. Windows color (decimal): -10023617 or 4132199. OLE color: 4132199.

HSL color Cylindrical-coordinate representation of color #670D3F: hue angle of 326.67º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #670D3F is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.60.

Color convert

RGB1031363-
CMYK00.870.390.60
HSL326.67º77.59%22.75%-
HSV(B)326.67º87.38%40.39%-
XYZ6.633.535.03-
YUV45.61137.82168.93-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 57.54%
GREEN value IS 13 (5.47% from 255) = 7.26%
BLUE value IS 63 (25% from 255) = 35.20%
R=57.54%
G=7.26%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.39
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103136300.870.390.60326.6777.5922.75
Hex67D3F057273C1474e17
Octal14715770127477450711627
Binary1100111110111111101010111100111111100101000111100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670D3F; }

 p { color: rgb(103,13,63); }

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

<style>
 a { background-color: #670D3F; }

 a { background-color: rgb(103,13,63); }

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

<style>
 span { border-color: #670D3F; }

 span { border-color: rgb(103,13,63); }

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