#670574

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

Shades of Purple #670574

Tints of Purple #670574

Color information

#670574 (or 0x670574) is unknown color: approx Purple. HEX triplet: 67, 05 and 74. RGB value is (103,5,116). Sum of RGB (Red+Green+Blue) = 103+5+116=224 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.98% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 116 (45.70% from 255 or 51.79% from 224); Max value from RGB is 116 - color contains mainly: blue. Hex color #670574 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670574 is #98FA8B. Grayscale: #2E2E2E. Windows color (decimal): -10025612 or 7603559. OLE color: 7603559.

HSL color Cylindrical-coordinate representation of color #670574: hue angle of 292.97º 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 #670574 is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1035116-
CMYK0.110.9600.55
HSL292.97º91.74%23.73%-
HSV(B)292.97º95.69%45.49%-
XYZ8.84.2516.88-
YUV46.96166.97167.97-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 45.98%
GREEN value IS 5 (2.34% from 255) = 2.23%
BLUE value IS 116 (45.70% from 255) = 51.79%
R=45.98%
G=2.23%
B=51.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10351160.110.9600.55292.9791.7423.73
Hex67574B600371255c18
Octal14751641314006744513430
Binary11001111011110100101111000000110111100100101101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670574; }

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

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

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

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

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

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

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

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