#670370

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

Shades of Purple #670370

Tints of Purple #670370

Color information

#670370 (or 0x670370) is unknown color: approx Purple. HEX triplet: 67, 03 and 70. RGB value is (103,3,112). Sum of RGB (Red+Green+Blue) = 103+3+112=218 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.25% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 112 (44.14% from 255 or 51.38% from 218); Max value from RGB is 112 - color contains mainly: blue. Hex color #670370 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670370 is #98FC8F. Grayscale: #2C2C2C. Windows color (decimal): -10026128 or 7340903. OLE color: 7340903.

HSL color Cylindrical-coordinate representation of color #670370: hue angle of 295.05º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #670370 is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1033112-
CMYK0.080.9700.56
HSL295.05º94.78%22.55%-
HSV(B)295.05º97.32%43.92%-
XYZ8.554.1215.67-
YUV45.33165.63169.14-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 47.25%
GREEN value IS 3 (1.56% from 255) = 1.38%
BLUE value IS 112 (44.14% from 255) = 51.38%
R=47.25%
G=1.38%
B=51.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10331120.080.9700.56295.0594.7822.55
Hex673708610381275f17
Octal14731601014107044713727
Binary1100111111110000100011000010111000100100111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670370; }

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

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

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

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

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

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

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

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