#603CBF

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

Shades of Purple Heart #603CBF

Tints of Purple Heart #603CBF

Color information

#603CBF (or 0x603CBF) is unknown color: approx Purple Heart. HEX triplet: 60, 3C and BF. RGB value is (96,60,191). Sum of RGB (Red+Green+Blue) = 96+60+191=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 60 (23.83% from 255 or 17.29% from 347); Blue value is 191 (75% from 255 or 55.04% from 347); Max value from RGB is 191 - color contains mainly: blue. Hex color #603CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603CBF is #9FC340. Grayscale: #555555. Windows color (decimal): -10470209 or 12532832. OLE color: 12532832.

HSL color Cylindrical-coordinate representation of color #603CBF: hue angle of 256.49º degrees, saturation: 0.52, 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 #603CBF is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9660191-
CMYK0.500.6900.25
HSL256.49º52.19%49.22%-
HSV(B)256.49º68.59%74.9%-
XYZ15.849.4850.29-
YUV85.7187.43135.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.67%
GREEN value IS 60 (23.83% from 255) = 17.29%
BLUE value IS 191 (75% from 255) = 55.04%
R=27.67%
G=17.29%
B=55.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal96601910.500.6900.25256.4952.1949.22
Hex603CBF32450191003431
Octal14074277621050314006461
Binary1100000111100101111111100101000101011001100000000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603CBF; }

 p { color: rgb(96,60,191); }

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

<style>
 a { background-color: #603CBF; }

 a { background-color: rgb(96,60,191); }

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

<style>
 span { border-color: #603CBF; }

 span { border-color: rgb(96,60,191); }

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