#673ABD

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

Shades of Purple Heart #673ABD

Tints of Purple Heart #673ABD

Color information

#673ABD (or 0x673ABD) is unknown color: approx Purple Heart. HEX triplet: 67, 3A and BD. RGB value is (103,58,189). Sum of RGB (Red+Green+Blue) = 103+58+189=350 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.43% from 350); Green value is 58 (23.05% from 255 or 16.57% from 350); Blue value is 189 (74.22% from 255 or 54% from 350); Max value from RGB is 189 - color contains mainly: blue. Hex color #673ABD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673ABD is #98C542. Grayscale: #555555. Windows color (decimal): -10011971 or 12401255. OLE color: 12401255.

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

Color convert

RGB10358189-
CMYK0.460.6900.26
HSL260.61º53.04%48.43%-
HSV(B)260.61º69.31%74.12%-
XYZ16.299.5849.14-
YUV86.39185.91139.85-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.43%
GREEN value IS 58 (23.05% from 255) = 16.57%
BLUE value IS 189 (74.22% from 255) = 54%
R=29.43%
G=16.57%
B=54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal103581890.460.6900.26260.6153.0448.43
Hex673ABD2E4501A1053530
Octal14772275561050324056560
Binary1100111111010101111011011101000101011010100000101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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