#672BD1

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

Shades of Purple Heart #672BD1

Tints of Purple Heart #672BD1

Color information

#672BD1 (or 0x672BD1) is unknown color: approx Purple Heart. HEX triplet: 67, 2B and D1. RGB value is (103,43,209). Sum of RGB (Red+Green+Blue) = 103+43+209=355 (47% of max value = 765). Red value is 103 (40.62% from 255 or 29.01% from 355); Green value is 43 (17.19% from 255 or 12.11% from 355); Blue value is 209 (82.03% from 255 or 58.87% from 355); Max value from RGB is 209 - color contains mainly: blue. Hex color #672BD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672BD1 is #98D42E. Grayscale: #4F4F4F. Windows color (decimal): -10015791 or 13708135. OLE color: 13708135.

HSL color Cylindrical-coordinate representation of color #672BD1: hue angle of 261.69º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #672BD1 is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB10343209-
CMYK0.510.7900.18
HSL261.69º65.87%49.41%-
HSV(B)261.69º79.43%81.96%-
XYZ17.979.2161.15-
YUV79.86200.88144.5-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.01%
GREEN value IS 43 (17.19% from 255) = 12.11%
BLUE value IS 209 (82.03% from 255) = 58.87%
R=29.01%
G=12.11%
B=58.87%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal103432090.510.7900.18261.6965.8749.41
Hex672BD1334F0121064231
Octal147533216311702240610261
Binary11001111010111101000111001110011110100101000001101000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,43,209); }

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

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

 a { background-color: rgb(103,43,209); }

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

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

 span { border-color: rgb(103,43,209); }

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