#670573

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

Shades of Purple #670573

Tints of Purple #670573

Color information

#670573 (or 0x670573) is unknown color: approx Purple. HEX triplet: 67, 05 and 73. RGB value is (103,5,115). Sum of RGB (Red+Green+Blue) = 103+5+115=223 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.19% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 115 (45.31% from 255 or 51.57% from 223); Max value from RGB is 115 - color contains mainly: blue. Hex color #670573 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670573 is #98FA8C. Grayscale: #2E2E2E. Windows color (decimal): -10025613 or 7538023. OLE color: 7538023.

HSL color Cylindrical-coordinate representation of color #670573: hue angle of 293.45º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #670573 is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1035115-
CMYK0.100.9600.55
HSL293.45º91.67%23.53%-
HSV(B)293.45º95.65%45.1%-
XYZ8.744.2316.58-
YUV46.84166.47168.06-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 46.19%
GREEN value IS 5 (2.34% from 255) = 2.24%
BLUE value IS 115 (45.31% from 255) = 51.57%
R=46.19%
G=2.24%
B=51.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10351150.100.9600.55293.4591.6723.53
Hex67573A600371255c18
Octal14751631214006744513430
Binary11001111011110011101011000000110111100100101101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670573; }

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

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

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

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

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

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

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

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