#671EA9

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

Shades of Purple Heart #671EA9

Tints of Purple Heart #671EA9

Color information

#671EA9 (or 0x671EA9) is unknown color: approx Purple Heart. HEX triplet: 67, 1E and A9. RGB value is (103,30,169). Sum of RGB (Red+Green+Blue) = 103+30+169=302 (40% of max value = 765). Red value is 103 (40.62% from 255 or 34.11% from 302); Green value is 30 (12.11% from 255 or 9.93% from 302); Blue value is 169 (66.41% from 255 or 55.96% from 302); Max value from RGB is 169 - color contains mainly: blue. Hex color #671EA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #671EA9 is #98E156. Grayscale: #434343. Windows color (decimal): -10019159 or 11083367. OLE color: 11083367.

HSL color Cylindrical-coordinate representation of color #671EA9: hue angle of 271.51º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #671EA9 is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB10330169-
CMYK0.390.8200.34
HSL271.51º69.85%39.02%-
HSV(B)271.51º82.25%66.27%-
XYZ13.226.6838.13-
YUV67.67185.18153.2-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.11%
GREEN value IS 30 (12.11% from 255) = 9.93%
BLUE value IS 169 (66.41% from 255) = 55.96%
R=34.11%
G=9.93%
B=55.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal103301690.390.8200.34271.5169.8539.02
Hex671EA927520221104627
Octal147362514712204242010647
Binary11001111111010101001100111101001001000101000100001000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,30,169); }

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

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

 a { background-color: rgb(103,30,169); }

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

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

 span { border-color: rgb(103,30,169); }

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