#670528

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

Shades of Tyrian Purple #670528

Tints of Tyrian Purple #670528

Color information

#670528 (or 0x670528) is unknown color: approx Tyrian Purple. HEX triplet: 67, 05 and 28. RGB value is (103,5,40). Sum of RGB (Red+Green+Blue) = 103+5+40=148 (19% of max value = 765). Red value is 103 (40.62% from 255 or 69.59% from 148); Green value is 5 (2.34% from 255 or 3.38% from 148); Blue value is 40 (16.02% from 255 or 27.03% from 148); Max value from RGB is 103 - color contains mainly: red. Hex color #670528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670528 is #98FAD7. Grayscale: #262626. Windows color (decimal): -10025688 or 2622823. OLE color: 2622823.

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

Color convert

RGB103540-
CMYK00.950.610.60
HSL338.57º90.74%21.18%-
HSV(B)338.57º95.15%40.39%-
XYZ6.033.152.3-
YUV38.29128.97174.15-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 69.59%
GREEN value IS 5 (2.34% from 255) = 3.38%
BLUE value IS 40 (16.02% from 255) = 27.03%
R=69.59%
G=3.38%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.61
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10354000.950.610.60338.5790.7421.18
Hex6752805F3D3C1535b15
Octal1475500137757452313325
Binary110011110110100001011111111101111100101010011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670528; }

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

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

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

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

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

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

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

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