#673ABE

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

Shades of Purple Heart #673ABE

Tints of Purple Heart #673ABE

Color information

#673ABE (or 0x673ABE) is unknown color: approx Purple Heart. HEX triplet: 67, 3A and BE. RGB value is (103,58,190). Sum of RGB (Red+Green+Blue) = 103+58+190=351 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.34% from 351); Green value is 58 (23.05% from 255 or 16.52% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #673ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673ABE is #98C541. Grayscale: #565656. Windows color (decimal): -10011970 or 12466791. OLE color: 12466791.

HSL color Cylindrical-coordinate representation of color #673ABE: hue angle of 260.45º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #673ABE is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10358190-
CMYK0.460.6900.25
HSL260.45º53.23%48.63%-
HSV(B)260.45º69.47%74.51%-
XYZ16.49.6349.71-
YUV86.5186.41139.77-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.34%
GREEN value IS 58 (23.05% from 255) = 16.52%
BLUE value IS 190 (74.61% from 255) = 54.13%
R=29.34%
G=16.52%
B=54.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal103581900.460.6900.25260.4553.2348.63
Hex673ABE2E450191043531
Octal14772276561050314046561
Binary1100111111010101111101011101000101011001100000100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673ABE; }

 p { color: rgb(103,58,190); }

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

<style>
 a { background-color: #673ABE; }

 a { background-color: rgb(103,58,190); }

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

<style>
 span { border-color: #673ABE; }

 span { border-color: rgb(103,58,190); }

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