#670058

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

Shades of Tyrian Purple #670058

Tints of Tyrian Purple #670058

Color information

#670058 (or 0x670058) is unknown color: approx Tyrian Purple. HEX triplet: 67, 00 and 58. RGB value is (103,0,88). Sum of RGB (Red+Green+Blue) = 103+0+88=191 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.93% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 88 (34.77% from 255 or 46.07% from 191); Max value from RGB is 103 - color contains mainly: red. Hex color #670058 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670058 is #98FFA7. Grayscale: #282828. Windows color (decimal): -10026920 or 5767271. OLE color: 5767271.

HSL color Cylindrical-coordinate representation of color #670058: hue angle of 308.74º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #670058 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.60.

Color convert

RGB103088-
CMYK010.150.60
HSL308.74º100%20.2%-
HSV(B)308.74º100%40.39%-
XYZ7.353.599.54-
YUV40.83154.62172.34-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 53.93%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 88 (34.77% from 255) = 46.07%
R=53.93%
G=0%
B=46.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.15
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103088010.150.60308.7410020.2
Hex67058064F3C1356414
Octal14701300144177446514424
Binary110011101011000011001001111111100100110101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670058; }

 p { color: rgb(103,0,88); }

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

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

 a { background-color: rgb(103,0,88); }

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

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

 span { border-color: rgb(103,0,88); }

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