#670484

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

Shades of Purple #670484

Tints of Purple #670484

Color information

#670484 (or 0x670484) is unknown color: approx Purple. HEX triplet: 67, 04 and 84. RGB value is (103,4,132). Sum of RGB (Red+Green+Blue) = 103+4+132=239 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.10% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 132 (51.95% from 255 or 55.23% from 239); Max value from RGB is 132 - color contains mainly: blue. Hex color #670484 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670484 is #98FB7B. Grayscale: #2F2F2F. Windows color (decimal): -10025852 or 8651879. OLE color: 8651879.

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

Color convert

RGB1034132-
CMYK0.220.9700.48
HSL286.41º94.12%26.67%-
HSV(B)286.41º96.97%51.76%-
XYZ9.84.6422.21-
YUV48.19175.3167.09-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 43.10%
GREEN value IS 4 (1.95% from 255) = 1.67%
BLUE value IS 132 (51.95% from 255) = 55.23%
R=43.10%
G=1.67%
B=55.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal10341320.220.9700.48286.4194.1226.67
Hex67484166103011e5e1b
Octal14742042614106043613633
Binary1100111100100001001011011000010110000100011110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670484; }

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

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

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

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

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

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

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

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