#670560

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

Shades of Palatinate Purple #670560

Tints of Palatinate Purple #670560

Color information

#670560 (or 0x670560) is unknown color: approx Palatinate Purple. HEX triplet: 67, 05 and 60. RGB value is (103,5,96). Sum of RGB (Red+Green+Blue) = 103+5+96=204 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50.49% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 96 (37.89% from 255 or 47.06% from 204); Max value from RGB is 103 - color contains mainly: red. Hex color #670560 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670560 is #98FA9F. Grayscale: #2C2C2C. Windows color (decimal): -10025632 or 6292839. OLE color: 6292839.

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

Color convert

RGB103596-
CMYK00.950.070.60
HSL304.29º90.74%21.18%-
HSV(B)304.29º95.15%40.39%-
XYZ7.763.8411.4-
YUV44.68156.97169.6-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 50.49%
GREEN value IS 5 (2.34% from 255) = 2.45%
BLUE value IS 96 (37.89% from 255) = 47.06%
R=50.49%
G=2.45%
B=47.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.07
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10359600.950.070.60304.2990.7421.18
Hex6756005F73C1305b15
Octal1475140013777446013325
Binary1100111101110000001011111111111100100110000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670560; }

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

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

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

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

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

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

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

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