#670974

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

Shades of Purple #670974

Tints of Purple #670974

Color information

#670974 (or 0x670974) is unknown color: approx Purple. HEX triplet: 67, 09 and 74. RGB value is (103,9,116). Sum of RGB (Red+Green+Blue) = 103+9+116=228 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.18% from 228); Green value is 9 (3.91% from 255 or 3.95% from 228); Blue value is 116 (45.70% from 255 or 50.88% from 228); Max value from RGB is 116 - color contains mainly: blue. Hex color #670974 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670974 is #98F68B. Grayscale: #303030. Windows color (decimal): -10024588 or 7604583. OLE color: 7604583.

HSL color Cylindrical-coordinate representation of color #670974: hue angle of 292.71º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #670974 is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1039116-
CMYK0.110.9200.55
HSL292.71º85.6%24.51%-
HSV(B)292.71º92.24%45.49%-
XYZ8.844.3416.89-
YUV49.3165.64166.3-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 45.18%
GREEN value IS 9 (3.91% from 255) = 3.95%
BLUE value IS 116 (45.70% from 255) = 50.88%
R=45.18%
G=3.95%
B=50.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10391160.110.9200.55292.7185.624.51
Hex67974B5C0371255619
Octal147111641313406744512631
Binary110011110011110100101110111000110111100100101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670974; }

 p { color: rgb(103,9,116); }

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

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

 a { background-color: rgb(103,9,116); }

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

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

 span { border-color: rgb(103,9,116); }

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