#670872

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

Shades of Purple #670872

Tints of Purple #670872

Color information

#670872 (or 0x670872) is unknown color: approx Purple. HEX triplet: 67, 08 and 72. RGB value is (103,8,114). Sum of RGB (Red+Green+Blue) = 103+8+114=225 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.78% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #670872 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670872 is #98F78D. Grayscale: #303030. Windows color (decimal): -10024846 or 7473255. OLE color: 7473255.

HSL color Cylindrical-coordinate representation of color #670872: hue angle of 293.77º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #670872 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1038114-
CMYK0.100.9300.55
HSL293.77º86.89%23.92%-
HSV(B)293.77º92.98%44.71%-
XYZ8.724.2716.28-
YUV48.49164.97166.88-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 45.78%
GREEN value IS 8 (3.52% from 255) = 3.56%
BLUE value IS 114 (44.92% from 255) = 50.67%
R=45.78%
G=3.56%
B=50.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10381140.100.9300.55293.7786.8923.92
Hex67872A5D0371265718
Octal147101621213506744612730
Binary110011110001110010101010111010110111100100110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670872; }

 p { color: rgb(103,8,114); }

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

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

 a { background-color: rgb(103,8,114); }

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

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

 span { border-color: rgb(103,8,114); }

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