#672BBA

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

Shades of Purple Heart #672BBA

Tints of Purple Heart #672BBA

Color information

#672BBA (or 0x672BBA) is unknown color: approx Purple Heart. HEX triplet: 67, 2B and BA. RGB value is (103,43,186). Sum of RGB (Red+Green+Blue) = 103+43+186=332 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.02% from 332); Green value is 43 (17.19% from 255 or 12.95% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #672BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672BBA is #98D445. Grayscale: #4C4C4C. Windows color (decimal): -10015814 or 12200807. OLE color: 12200807.

HSL color Cylindrical-coordinate representation of color #672BBA: hue angle of 265.17º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #672BBA is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10343186-
CMYK0.450.7700.27
HSL265.17º62.45%44.9%-
HSV(B)265.17º76.88%72.94%-
XYZ15.328.1647.22-
YUV77.24189.38146.37-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.02%
GREEN value IS 43 (17.19% from 255) = 12.95%
BLUE value IS 186 (73.05% from 255) = 56.02%
R=31.02%
G=12.95%
B=56.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal103431860.450.7700.27265.1762.4544.9
Hex672BBA2D4D01B1093e2d
Octal14753272551150334117655
Binary1100111101011101110101011011001101011011100001001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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