#672AAB

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

Shades of Purple Heart #672AAB

Tints of Purple Heart #672AAB

Color information

#672AAB (or 0x672AAB) is unknown color: approx Purple Heart. HEX triplet: 67, 2A and AB. RGB value is (103,42,171). Sum of RGB (Red+Green+Blue) = 103+42+171=316 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.59% from 316); Green value is 42 (16.80% from 255 or 13.29% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #672AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672AAB is #98D554. Grayscale: #4A4A4A. Windows color (decimal): -10016085 or 11217511. OLE color: 11217511.

HSL color Cylindrical-coordinate representation of color #672AAB: hue angle of 268.37º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #672AAB is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10342171-
CMYK0.400.7500.33
HSL268.37º60.56%41.76%-
HSV(B)268.37º75.44%67.06%-
XYZ13.777.4839.25-
YUV74.94182.21148.01-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.59%
GREEN value IS 42 (16.80% from 255) = 13.29%
BLUE value IS 171 (67.19% from 255) = 54.11%
R=32.59%
G=13.29%
B=54.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal103421710.400.7500.33268.3760.5641.76
Hex672AAB284B02110c3d2a
Octal14752253501130414147552
Binary11001111010101010101110100010010110100001100001100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672AAB; }

 p { color: rgb(103,42,171); }

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

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

 a { background-color: rgb(103,42,171); }

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

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

 span { border-color: rgb(103,42,171); }

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