#671ec7

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

Shades of Purple Heart #671EC7

Tints of Purple Heart #671EC7

Color information

#671EC7 (or 0x671EC7) is unknown color: approx Purple Heart. HEX triplet: 67, 1E and C7. RGB value is (103,30,199). Sum of RGB (Red+Green+Blue) = 103+30+199=332 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.02% from 332); Green value is 30 (12.11% from 255 or 9.04% from 332); Blue value is 199 (78.12% from 255 or 59.94% from 332); Max value from RGB is 199 - color contains mainly: blue. Hex color #671EC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671EC7 is #98E138. Grayscale: #464646. Windows color (decimal): -10019129 or 13049447. OLE color: 13049447.

HSL color Cylindrical-coordinate representation of color #671EC7: hue angle of 265.92º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #671EC7 is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10330199-
CMYK0.480.8500.22
HSL265.92º73.8%44.9%-
HSV(B)265.92º84.92%78.04%-
XYZ16.377.9454.7-
YUV71.09200.18150.76-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.02%
GREEN value IS 30 (12.11% from 255) = 9.04%
BLUE value IS 199 (78.12% from 255) = 59.94%
R=31.02%
G=9.04%
B=59.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal103301990.480.8500.22265.9273.844.9
Hex671EC7305501610a4a2d
Octal147363076012502641211255
Binary1100111111101100011111000010101010101101000010101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671ec7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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