#670532

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

Shades of Tyrian Purple #670532

Tints of Tyrian Purple #670532

Color information

#670532 (or 0x670532) is unknown color: approx Tyrian Purple. HEX triplet: 67, 05 and 32. RGB value is (103,5,50). Sum of RGB (Red+Green+Blue) = 103+5+50=158 (20% of max value = 765). Red value is 103 (40.62% from 255 or 65.19% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 50 (19.92% from 255 or 31.65% from 158); Max value from RGB is 103 - color contains mainly: red. Hex color #670532 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670532 is #98FACD. Grayscale: #272727. Windows color (decimal): -10025678 or 3278183. OLE color: 3278183.

HSL color Cylindrical-coordinate representation of color #670532: hue angle of 332.45º 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 #670532 is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.60.

Color convert

RGB103550-
CMYK00.950.510.60
HSL332.45º90.74%21.18%-
HSV(B)332.45º95.15%40.39%-
XYZ6.223.223.31-
YUV39.43133.97173.34-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 65.19%
GREEN value IS 5 (2.34% from 255) = 3.16%
BLUE value IS 50 (19.92% from 255) = 31.65%
R=65.19%
G=3.16%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.51
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10355000.950.510.60332.4590.7421.18
Hex6753205F333C14c5b15
Octal1475620137637451413325
Binary110011110111001001011111110011111100101001100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670532; }

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

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

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

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

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

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

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

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