#670432

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

Shades of Tyrian Purple #670432

Tints of Tyrian Purple #670432

Color information

#670432 (or 0x670432) is unknown color: approx Tyrian Purple. HEX triplet: 67, 04 and 32. RGB value is (103,4,50). Sum of RGB (Red+Green+Blue) = 103+4+50=157 (20% of max value = 765). Red value is 103 (40.62% from 255 or 65.61% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 50 (19.92% from 255 or 31.85% from 157); Max value from RGB is 103 - color contains mainly: red. Hex color #670432 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670432 is #98FBCD. Grayscale: #262626. Windows color (decimal): -10025934 or 3277927. OLE color: 3277927.

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

Color convert

RGB103450-
CMYK00.960.510.60
HSL332.12º92.52%20.98%-
HSV(B)332.12º96.12%40.39%-
XYZ6.213.23.31-
YUV38.84134.3173.76-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 65.61%
GREEN value IS 4 (1.95% from 255) = 2.55%
BLUE value IS 50 (19.92% from 255) = 31.85%
R=65.61%
G=2.55%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.51
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10345000.960.510.60332.1292.5220.98
Hex67432060333C14c5d15
Octal1474620140637451413525
Binary110011110011001001100000110011111100101001100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670432; }

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

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

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

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

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

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

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

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