#670358

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

Shades of Tyrian Purple #670358

Tints of Tyrian Purple #670358

Color information

#670358 (or 0x670358) is unknown color: approx Tyrian Purple. HEX triplet: 67, 03 and 58. RGB value is (103,3,88). Sum of RGB (Red+Green+Blue) = 103+3+88=194 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.09% from 194); Green value is 3 (1.56% from 255 or 1.55% from 194); Blue value is 88 (34.77% from 255 or 45.36% from 194); Max value from RGB is 103 - color contains mainly: red. Hex color #670358 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670358 is #98FCA7. Grayscale: #2A2A2A. Windows color (decimal): -10026152 or 5768039. OLE color: 5768039.

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

Color convert

RGB103388-
CMYK00.970.150.60
HSL309º94.34%20.78%-
HSV(B)309º97.09%40.39%-
XYZ7.393.659.55-
YUV42.59153.63171.09-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 53.09%
GREEN value IS 3 (1.56% from 255) = 1.55%
BLUE value IS 88 (34.77% from 255) = 45.36%
R=53.09%
G=1.55%
B=45.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.15
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10338800.970.150.6030994.3420.78
Hex67358061F3C1355e15
Octal14731300141177446513625
Binary1100111111011000011000011111111100100110101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670358; }

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

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

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

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

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

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

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

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