#670281

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

Shades of Purple #670281

Tints of Purple #670281

Color information

#670281 (or 0x670281) is unknown color: approx Purple. HEX triplet: 67, 02 and 81. RGB value is (103,2,129). Sum of RGB (Red+Green+Blue) = 103+2+129=234 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.02% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 129 (50.78% from 255 or 55.13% from 234); Max value from RGB is 129 - color contains mainly: blue. Hex color #670281 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670281 is #98FD7E. Grayscale: #2E2E2E. Windows color (decimal): -10026367 or 8454759. OLE color: 8454759.

HSL color Cylindrical-coordinate representation of color #670281: hue angle of 287.72º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #670281 is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1032129-
CMYK0.200.9800.49
HSL287.72º96.95%25.69%-
HSV(B)287.72º98.45%50.59%-
XYZ9.584.5121.13-
YUV46.68174.46168.17-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 44.02%
GREEN value IS 2 (1.17% from 255) = 0.85%
BLUE value IS 129 (50.78% from 255) = 55.13%
R=44.02%
G=0.85%
B=55.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10321290.200.9800.49287.7296.9525.69
Hex672811462031120611a
Octal14722012414206144014132
Binary110011110100000011010011000100110001100100000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670281; }

 p { color: rgb(103,2,129); }

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

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

 a { background-color: rgb(103,2,129); }

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

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

 span { border-color: rgb(103,2,129); }

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