#673BCF

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

Shades of Purple Heart #673BCF

Tints of Purple Heart #673BCF

Color information

#673BCF (or 0x673BCF) is unknown color: approx Purple Heart. HEX triplet: 67, 3B and CF. RGB value is (103,59,207). Sum of RGB (Red+Green+Blue) = 103+59+207=369 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.91% from 369); Green value is 59 (23.44% from 255 or 15.99% from 369); Blue value is 207 (81.25% from 255 or 56.10% from 369); Max value from RGB is 207 - color contains mainly: blue. Hex color #673BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673BCF is #98C430. Grayscale: #585858. Windows color (decimal): -10011697 or 13581159. OLE color: 13581159.

HSL color Cylindrical-coordinate representation of color #673BCF: hue angle of 257.84º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #673BCF is Cyan = 0.50, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB10359207-
CMYK0.500.7100.19
HSL257.84º60.66%52.16%-
HSV(B)257.84º71.5%81.18%-
XYZ18.4210.5260.09-
YUV89.03194.58137.97-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.91%
GREEN value IS 59 (23.44% from 255) = 15.99%
BLUE value IS 207 (81.25% from 255) = 56.10%
R=27.91%
G=15.99%
B=56.10%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal103592070.500.7100.19257.8460.6652.16
Hex673BCF32470131023d34
Octal14773317621070234027564
Binary1100111111011110011111100101000111010011100000010111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,59,207); }

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

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

 a { background-color: rgb(103,59,207); }

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

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

 span { border-color: rgb(103,59,207); }

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