#670784

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

Shades of Purple #670784

Tints of Purple #670784

Color information

#670784 (or 0x670784) is unknown color: approx Purple. HEX triplet: 67, 07 and 84. RGB value is (103,7,132). Sum of RGB (Red+Green+Blue) = 103+7+132=242 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.56% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 132 (51.95% from 255 or 54.55% from 242); Max value from RGB is 132 - color contains mainly: blue. Hex color #670784 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670784 is #98F87B. Grayscale: #313131. Windows color (decimal): -10025084 or 8652647. OLE color: 8652647.

HSL color Cylindrical-coordinate representation of color #670784: hue angle of 286.08º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #670784 is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1037132-
CMYK0.220.9500.48
HSL286.08º89.93%27.25%-
HSV(B)286.08º94.7%51.76%-
XYZ9.834.722.22-
YUV49.95174.3165.84-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 42.56%
GREEN value IS 7 (3.12% from 255) = 2.89%
BLUE value IS 132 (51.95% from 255) = 54.55%
R=42.56%
G=2.89%
B=54.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal10371320.220.9500.48286.0889.9327.25
Hex67784165F03011e5a1b
Octal14772042613706043613233
Binary1100111111100001001011010111110110000100011110101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670784; }

 p { color: rgb(103,7,132); }

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

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

 a { background-color: rgb(103,7,132); }

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

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

 span { border-color: rgb(103,7,132); }

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