#670552

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

Shades of Tyrian Purple #670552

Tints of Tyrian Purple #670552

Color information

#670552 (or 0x670552) is unknown color: approx Tyrian Purple. HEX triplet: 67, 05 and 52. RGB value is (103,5,82). Sum of RGB (Red+Green+Blue) = 103+5+82=190 (25% of max value = 765). Red value is 103 (40.62% from 255 or 54.21% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 82 (32.42% from 255 or 43.16% from 190); Max value from RGB is 103 - color contains mainly: red. Hex color #670552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670552 is #98FAAD. Grayscale: #2A2A2A. Windows color (decimal): -10025646 or 5375335. OLE color: 5375335.

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

Color convert

RGB103582-
CMYK00.950.200.60
HSL312.86º90.74%21.18%-
HSV(B)312.86º95.15%40.39%-
XYZ7.173.68.3-
YUV43.08149.97170.74-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 54.21%
GREEN value IS 5 (2.34% from 255) = 2.63%
BLUE value IS 82 (32.42% from 255) = 43.16%
R=54.21%
G=2.63%
B=43.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.20
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10358200.950.200.60312.8690.7421.18
Hex6755205F143C1395b15
Octal14751220137247447113325
Binary110011110110100100101111110100111100100111001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670552; }

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

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

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

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

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

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

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

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