#672CB3

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

Shades of Purple Heart #672CB3

Tints of Purple Heart #672CB3

Color information

#672CB3 (or 0x672CB3) is unknown color: approx Purple Heart. HEX triplet: 67, 2C and B3. RGB value is (103,44,179). Sum of RGB (Red+Green+Blue) = 103+44+179=326 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.60% from 326); Green value is 44 (17.58% from 255 or 13.50% from 326); Blue value is 179 (70.31% from 255 or 54.91% from 326); Max value from RGB is 179 - color contains mainly: blue. Hex color #672CB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672CB3 is #98D34C. Grayscale: #4C4C4C. Windows color (decimal): -10015565 or 11742311. OLE color: 11742311.

HSL color Cylindrical-coordinate representation of color #672CB3: hue angle of 266.22º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #672CB3 is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB10344179-
CMYK0.420.7500.30
HSL266.22º60.54%43.73%-
HSV(B)266.22º75.42%70.2%-
XYZ14.637.9443.41-
YUV77.03185.55146.52-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.60%
GREEN value IS 44 (17.58% from 255) = 13.50%
BLUE value IS 179 (70.31% from 255) = 54.91%
R=31.60%
G=13.50%
B=54.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal103441790.420.7500.30266.2260.5443.73
Hex672CB32A4B01E10a3d2c
Octal14754263521130364127554
Binary1100111101100101100111010101001011011110100001010111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,44,179); }

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

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

 a { background-color: rgb(103,44,179); }

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

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

 span { border-color: rgb(103,44,179); }

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