#672DB4

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

Shades of Purple Heart #672DB4

Tints of Purple Heart #672DB4

Color information

#672DB4 (or 0x672DB4) is unknown color: approx Purple Heart. HEX triplet: 67, 2D and B4. RGB value is (103,45,180). Sum of RGB (Red+Green+Blue) = 103+45+180=328 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.40% from 328); Green value is 45 (17.97% from 255 or 13.72% from 328); Blue value is 180 (70.70% from 255 or 54.88% from 328); Max value from RGB is 180 - color contains mainly: blue. Hex color #672DB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672DB4 is #98D24B. Grayscale: #4D4D4D. Windows color (decimal): -10015308 or 11808103. OLE color: 11808103.

HSL color Cylindrical-coordinate representation of color #672DB4: hue angle of 265.78º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #672DB4 is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10345180-
CMYK0.430.7500.29
HSL265.78º60%44.12%-
HSV(B)265.78º75%70.59%-
XYZ14.778.0643.96-
YUV77.73185.72146.02-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.40%
GREEN value IS 45 (17.97% from 255) = 13.72%
BLUE value IS 180 (70.70% from 255) = 54.88%
R=31.40%
G=13.72%
B=54.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal103451800.430.7500.29265.786044.12
Hex672DB42B4B01D10a3c2c
Octal14755264531130354127454
Binary1100111101101101101001010111001011011101100001010111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,45,180); }

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

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

 a { background-color: rgb(103,45,180); }

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

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

 span { border-color: rgb(103,45,180); }

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