#672FBA

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

Shades of Purple Heart #672FBA

Tints of Purple Heart #672FBA

Color information

#672FBA (or 0x672FBA) is unknown color: approx Purple Heart. HEX triplet: 67, 2F and BA. RGB value is (103,47,186). Sum of RGB (Red+Green+Blue) = 103+47+186=336 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.65% from 336); Green value is 47 (18.75% from 255 or 13.99% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #672FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672FBA is #98D045. Grayscale: #4F4F4F. Windows color (decimal): -10014790 or 12201831. OLE color: 12201831.

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

Color convert

RGB10347186-
CMYK0.450.7500.27
HSL264.17º59.66%45.69%-
HSV(B)264.17º74.73%72.94%-
XYZ15.478.4647.27-
YUV79.59188.05144.7-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.65%
GREEN value IS 47 (18.75% from 255) = 13.99%
BLUE value IS 186 (73.05% from 255) = 55.36%
R=30.65%
G=13.99%
B=55.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal103471860.450.7500.27264.1759.6645.69
Hex672FBA2D4B01B1083c2e
Octal14757272551130334107456
Binary1100111101111101110101011011001011011011100001000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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