#670545

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

Shades of Tyrian Purple #670545

Tints of Tyrian Purple #670545

Color information

#670545 (or 0x670545) is unknown color: approx Tyrian Purple. HEX triplet: 67, 05 and 45. RGB value is (103,5,69). Sum of RGB (Red+Green+Blue) = 103+5+69=177 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.19% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 69 (27.34% from 255 or 38.98% from 177); Max value from RGB is 103 - color contains mainly: red. Hex color #670545 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670545 is #98FABA. Grayscale: #292929. Windows color (decimal): -10025659 or 4523367. OLE color: 4523367.

HSL color Cylindrical-coordinate representation of color #670545: hue angle of 320.82º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #670545 is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.60.

Color convert

RGB103569-
CMYK00.950.330.60
HSL320.82º90.74%21.18%-
HSV(B)320.82º95.15%40.39%-
XYZ6.723.425.94-
YUV41.6143.47171.8-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 58.19%
GREEN value IS 5 (2.34% from 255) = 2.82%
BLUE value IS 69 (27.34% from 255) = 38.98%
R=58.19%
G=2.82%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.33
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10356900.950.330.60320.8290.7421.18
Hex6754505F213C1415b15
Octal14751050137417450113325
Binary1100111101100010101011111100001111100101000001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670545; }

 p { color: rgb(103,5,69); }

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

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

 a { background-color: rgb(103,5,69); }

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

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

 span { border-color: rgb(103,5,69); }

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