#670A78

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

Shades of Purple #670A78

Tints of Purple #670A78

Color information

#670A78 (or 0x670A78) is unknown color: approx Purple. HEX triplet: 67, 0A and 78. RGB value is (103,10,120). Sum of RGB (Red+Green+Blue) = 103+10+120=233 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.21% from 233); Green value is 10 (4.30% from 255 or 4.29% from 233); Blue value is 120 (47.27% from 255 or 51.50% from 233); Max value from RGB is 120 - color contains mainly: blue. Hex color #670A78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670A78 is #98F587. Grayscale: #323232. Windows color (decimal): -10024328 or 7866983. OLE color: 7866983.

HSL color Cylindrical-coordinate representation of color #670A78: hue angle of 290.73º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #670A78 is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10310120-
CMYK0.140.9200.53
HSL290.73º84.62%25.49%-
HSV(B)290.73º91.67%47.06%-
XYZ9.094.4618.15-
YUV50.35167.31165.56-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 44.21%
GREEN value IS 10 (4.30% from 255) = 4.29%
BLUE value IS 120 (47.27% from 255) = 51.50%
R=44.21%
G=4.29%
B=51.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal103101200.140.9200.53290.7384.6225.49
Hex67A78E5C0351235519
Octal147121701613406544312531
Binary110011110101111000111010111000110101100100011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670A78; }

 p { color: rgb(103,10,120); }

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

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

 a { background-color: rgb(103,10,120); }

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

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

 span { border-color: rgb(103,10,120); }

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