#671CAA

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

Shades of Purple Heart #671CAA

Tints of Purple Heart #671CAA

Color information

#671CAA (or 0x671CAA) is unknown color: approx Purple Heart. HEX triplet: 67, 1C and AA. RGB value is (103,28,170). Sum of RGB (Red+Green+Blue) = 103+28+170=301 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.22% from 301); Green value is 28 (11.33% from 255 or 9.30% from 301); Blue value is 170 (66.80% from 255 or 56.48% from 301); Max value from RGB is 170 - color contains mainly: blue. Hex color #671CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #671CAA is #98E355. Grayscale: #424242. Windows color (decimal): -10019670 or 11148391. OLE color: 11148391.

HSL color Cylindrical-coordinate representation of color #671CAA: hue angle of 271.69º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #671CAA is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10328170-
CMYK0.390.8400.33
HSL271.69º71.72%38.82%-
HSV(B)271.69º83.53%66.67%-
XYZ13.266.6238.61-
YUV66.61186.35153.95-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.22%
GREEN value IS 28 (11.33% from 255) = 9.30%
BLUE value IS 170 (66.80% from 255) = 56.48%
R=34.22%
G=9.30%
B=56.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal103281700.390.8400.33271.6971.7238.82
Hex671CAA27540211104827
Octal147342524712404142011047
Binary11001111110010101010100111101010001000011000100001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,28,170); }

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

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

 a { background-color: rgb(103,28,170); }

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

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

 span { border-color: rgb(103,28,170); }

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