#670431

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

Shades of Tyrian Purple #670431

Tints of Tyrian Purple #670431

Color information

#670431 (or 0x670431) is unknown color: approx Tyrian Purple. HEX triplet: 67, 04 and 31. RGB value is (103,4,49). Sum of RGB (Red+Green+Blue) = 103+4+49=156 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.03% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 103 - color contains mainly: red. Hex color #670431 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670431 is #98FBCE. Grayscale: #262626. Windows color (decimal): -10025935 or 3212391. OLE color: 3212391.

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

Color convert

RGB103449-
CMYK00.960.520.60
HSL332.73º92.52%20.98%-
HSV(B)332.73º96.12%40.39%-
XYZ6.193.193.2-
YUV38.73133.8173.84-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 66.03%
GREEN value IS 4 (1.95% from 255) = 2.56%
BLUE value IS 49 (19.53% from 255) = 31.41%
R=66.03%
G=2.56%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.52
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10344900.960.520.60332.7392.5220.98
Hex67431060343C14d5d15
Octal1474610140647451513525
Binary110011110011000101100000110100111100101001101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670431; }

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

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

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

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

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

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

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

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