#671FAE

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

Shades of Purple Heart #671FAE

Tints of Purple Heart #671FAE

Color information

#671FAE (or 0x671FAE) is unknown color: approx Purple Heart. HEX triplet: 67, 1F and AE. RGB value is (103,31,174). Sum of RGB (Red+Green+Blue) = 103+31+174=308 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.44% from 308); Green value is 31 (12.5% from 255 or 10.06% from 308); Blue value is 174 (68.36% from 255 or 56.49% from 308); Max value from RGB is 174 - color contains mainly: blue. Hex color #671FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #671FAE is #98E051. Grayscale: #444444. Windows color (decimal): -10018898 or 11411303. OLE color: 11411303.

HSL color Cylindrical-coordinate representation of color #671FAE: hue angle of 270.21º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #671FAE is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10331174-
CMYK0.410.8200.32
HSL270.21º69.76%40.2%-
HSV(B)270.21º82.18%68.24%-
XYZ13.726.9240.66-
YUV68.83187.35152.37-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.44%
GREEN value IS 31 (12.5% from 255) = 10.06%
BLUE value IS 174 (68.36% from 255) = 56.49%
R=33.44%
G=10.06%
B=56.49%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal103311740.410.8200.32270.2169.7640.2
Hex671FAE295202010e4628
Octal147372565112204041610650
Binary11001111111110101110101001101001001000001000011101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,31,174); }

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

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

 a { background-color: rgb(103,31,174); }

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

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

 span { border-color: rgb(103,31,174); }

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