#671dc4

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

Shades of Purple Heart #671DC4

Tints of Purple Heart #671DC4

Color information

#671DC4 (or 0x671DC4) is unknown color: approx Purple Heart. HEX triplet: 67, 1D and C4. RGB value is (103,29,196). Sum of RGB (Red+Green+Blue) = 103+29+196=328 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.40% from 328); Green value is 29 (11.72% from 255 or 8.84% from 328); Blue value is 196 (76.95% from 255 or 59.76% from 328); Max value from RGB is 196 - color contains mainly: blue. Hex color #671DC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671DC4 is #98E23B. Grayscale: #454545. Windows color (decimal): -10019388 or 12852583. OLE color: 12852583.

HSL color Cylindrical-coordinate representation of color #671DC4: hue angle of 266.59º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #671DC4 is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB10329196-
CMYK0.470.8500.23
HSL266.59º74.22%44.12%-
HSV(B)266.59º85.2%76.86%-
XYZ167.7552.88-
YUV70.16199.02151.42-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.40%
GREEN value IS 29 (11.72% from 255) = 8.84%
BLUE value IS 196 (76.95% from 255) = 59.76%
R=31.40%
G=8.84%
B=59.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal103291960.470.8500.23266.5974.2244.12
Hex671DC42F5501710b4a2c
Octal147353045712502741311254
Binary1100111111011100010010111110101010101111000010111001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671dc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,29,196); }

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

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

 a { background-color: rgb(103,29,196); }

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

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

 span { border-color: rgb(103,29,196); }

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