#671AAD

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

Shades of Purple Heart #671AAD

Tints of Purple Heart #671AAD

Color information

#671AAD (or 0x671AAD) is unknown color: approx Purple Heart. HEX triplet: 67, 1A and AD. RGB value is (103,26,173). Sum of RGB (Red+Green+Blue) = 103+26+173=302 (40% of max value = 765). Red value is 103 (40.62% from 255 or 34.11% from 302); Green value is 26 (10.55% from 255 or 8.61% from 302); Blue value is 173 (67.97% from 255 or 57.28% from 302); Max value from RGB is 173 - color contains mainly: blue. Hex color #671AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #671AAD is #98E552. Grayscale: #414141. Windows color (decimal): -10020179 or 11344487. OLE color: 11344487.

HSL color Cylindrical-coordinate representation of color #671AAD: hue angle of 271.43º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #671AAD is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10326173-
CMYK0.400.8500.32
HSL271.43º73.87%39.02%-
HSV(B)271.43º84.97%67.84%-
XYZ13.516.6440.1-
YUV65.78188.51154.55-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.11%
GREEN value IS 26 (10.55% from 255) = 8.61%
BLUE value IS 173 (67.97% from 255) = 57.28%
R=34.11%
G=8.61%
B=57.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal103261730.400.8500.32271.4373.8739.02
Hex671AAD285502010f4a27
Octal147322555012504041711247
Binary11001111101010101101101000101010101000001000011111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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