#672ED8

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

Shades of Purple Heart #672ED8

Tints of Purple Heart #672ED8

Color information

#672ED8 (or 0x672ED8) is unknown color: approx Purple Heart. HEX triplet: 67, 2E and D8. RGB value is (103,46,216). Sum of RGB (Red+Green+Blue) = 103+46+216=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 46 (18.36% from 255 or 12.60% from 365); Blue value is 216 (84.77% from 255 or 59.18% from 365); Max value from RGB is 216 - color contains mainly: blue. Hex color #672ED8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672ED8 is #98D127. Grayscale: #515151. Windows color (decimal): -10015016 or 14167655. OLE color: 14167655.

HSL color Cylindrical-coordinate representation of color #672ED8: hue angle of 260.12º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #672ED8 is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10346216-
CMYK0.520.7900.15
HSL260.12º68.55%51.37%-
HSV(B)260.12º78.7%84.71%-
XYZ18.979.865.86-
YUV82.42203.38142.68-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.22%
GREEN value IS 46 (18.36% from 255) = 12.60%
BLUE value IS 216 (84.77% from 255) = 59.18%
R=28.22%
G=12.60%
B=59.18%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal103462160.520.7900.15260.1268.5551.37
Hex672ED8344F0F1044533
Octal147563306411701740410563
Binary1100111101110110110001101001001111011111000001001000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672ED8; }

 p { color: rgb(103,46,216); }

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

<style>
 a { background-color: #672ED8; }

 a { background-color: rgb(103,46,216); }

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

<style>
 span { border-color: #672ED8; }

 span { border-color: rgb(103,46,216); }

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