#673DC0

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

Shades of Purple Heart #673DC0

Tints of Purple Heart #673DC0

Color information

#673DC0 (or 0x673DC0) is unknown color: approx Purple Heart. HEX triplet: 67, 3D and C0. RGB value is (103,61,192). Sum of RGB (Red+Green+Blue) = 103+61+192=356 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.93% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 192 (75.39% from 255 or 53.93% from 356); Max value from RGB is 192 - color contains mainly: blue. Hex color #673DC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673DC0 is #98C23F. Grayscale: #585858. Windows color (decimal): -10011200 or 12598631. OLE color: 12598631.

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

Color convert

RGB10361192-
CMYK0.460.6800.25
HSL259.24º51.78%49.61%-
HSV(B)259.24º68.23%75.29%-
XYZ16.7810.0350.92-
YUV88.49186.41138.35-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.93%
GREEN value IS 61 (24.22% from 255) = 17.13%
BLUE value IS 192 (75.39% from 255) = 53.93%
R=28.93%
G=17.13%
B=53.93%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal103611920.460.6800.25259.2451.7849.61
Hex673DC02E440191033432
Octal14775300561040314036462
Binary1100111111101110000001011101000100011001100000011110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,61,192); }

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

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

 a { background-color: rgb(103,61,192); }

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

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

 span { border-color: rgb(103,61,192); }

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