#672BDD

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

Shades of Purple Heart #672BDD

Tints of Purple Heart #672BDD

Color information

#672BDD (or 0x672BDD) is unknown color: approx Purple Heart. HEX triplet: 67, 2B and DD. RGB value is (103,43,221). Sum of RGB (Red+Green+Blue) = 103+43+221=367 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.07% from 367); Green value is 43 (17.19% from 255 or 11.72% from 367); Blue value is 221 (86.72% from 255 or 60.22% from 367); Max value from RGB is 221 - color contains mainly: blue. Hex color #672BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672BDD is #98D422. Grayscale: #505050. Windows color (decimal): -10015779 or 14494567. OLE color: 14494567.

HSL color Cylindrical-coordinate representation of color #672BDD: hue angle of 260.22º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #672BDD is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10343221-
CMYK0.530.8100.13
HSL260.22º72.36%51.76%-
HSV(B)260.22º80.54%86.67%-
XYZ19.519.8369.28-
YUV81.23206.88143.53-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.07%
GREEN value IS 43 (17.19% from 255) = 11.72%
BLUE value IS 221 (86.72% from 255) = 60.22%
R=28.07%
G=11.72%
B=60.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal103432210.530.8100.13260.2272.3651.76
Hex672BDD35510D1044834
Octal147533356512101540411064
Binary1100111101011110111011101011010001011011000001001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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