#670352

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

Shades of Tyrian Purple #670352

Tints of Tyrian Purple #670352

Color information

#670352 (or 0x670352) is unknown color: approx Tyrian Purple. HEX triplet: 67, 03 and 52. RGB value is (103,3,82). Sum of RGB (Red+Green+Blue) = 103+3+82=188 (24% of max value = 765). Red value is 103 (40.62% from 255 or 54.79% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 82 (32.42% from 255 or 43.62% from 188); Max value from RGB is 103 - color contains mainly: red. Hex color #670352 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670352 is #98FCAD. Grayscale: #292929. Windows color (decimal): -10026158 or 5374823. OLE color: 5374823.

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

Color convert

RGB103382-
CMYK00.970.200.60
HSL312.6º94.34%20.78%-
HSV(B)312.6º97.09%40.39%-
XYZ7.153.568.29-
YUV41.91150.63171.58-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 54.79%
GREEN value IS 3 (1.56% from 255) = 1.60%
BLUE value IS 82 (32.42% from 255) = 43.62%
R=54.79%
G=1.60%
B=43.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.20
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10338200.970.200.60312.694.3420.78
Hex67352061143C1395e15
Octal14731220141247447113625
Binary11001111110100100110000110100111100100111001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670352; }

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

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

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

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

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

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

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

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