#671ABF

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

Shades of Purple Heart #671ABF

Tints of Purple Heart #671ABF

Color information

#671ABF (or 0x671ABF) is unknown color: approx Purple Heart. HEX triplet: 67, 1A and BF. RGB value is (103,26,191). Sum of RGB (Red+Green+Blue) = 103+26+191=320 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.19% from 320); Green value is 26 (10.55% from 255 or 8.12% from 320); Blue value is 191 (75% from 255 or 59.69% from 320); Max value from RGB is 191 - color contains mainly: blue. Hex color #671ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671ABF is #98E540. Grayscale: #434343. Windows color (decimal): -10020161 or 12524135. OLE color: 12524135.

HSL color Cylindrical-coordinate representation of color #671ABF: hue angle of 268º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #671ABF is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10326191-
CMYK0.460.8600.25
HSL268º76.04%42.55%-
HSV(B)268º86.39%74.9%-
XYZ15.377.3849.91-
YUV67.83197.51153.08-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.19%
GREEN value IS 26 (10.55% from 255) = 8.12%
BLUE value IS 191 (75% from 255) = 59.69%
R=32.19%
G=8.12%
B=59.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal103261910.460.8600.2526876.0442.55
Hex671ABF2E5601910c4c2b
Octal147322775612603141411453
Binary1100111110101011111110111010101100110011000011001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671ABF; }

 p { color: rgb(103,26,191); }

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

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

 a { background-color: rgb(103,26,191); }

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

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

 span { border-color: rgb(103,26,191); }

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