#603FBA

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

Shades of Purple Heart #603FBA

Tints of Purple Heart #603FBA

Color information

#603FBA (or 0x603FBA) is unknown color: approx Purple Heart. HEX triplet: 60, 3F and BA. RGB value is (96,63,186). Sum of RGB (Red+Green+Blue) = 96+63+186=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 63 (25% from 255 or 18.26% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #603FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603FBA is #9FC045. Grayscale: #565656. Windows color (decimal): -10469446 or 12205920. OLE color: 12205920.

HSL color Cylindrical-coordinate representation of color #603FBA: hue angle of 256.1º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #603FBA is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9663186-
CMYK0.480.6600.27
HSL256.1º49.4%48.82%-
HSV(B)256.1º66.13%72.94%-
XYZ15.469.5947.49-
YUV86.89183.93134.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.83%
GREEN value IS 63 (25% from 255) = 18.26%
BLUE value IS 186 (73.05% from 255) = 53.91%
R=27.83%
G=18.26%
B=53.91%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal96631860.480.6600.27256.149.448.82
Hex603FBA304201B1003131
Octal14077272601020334006161
Binary1100000111111101110101100001000010011011100000000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,63,186); }

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

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

 a { background-color: rgb(96,63,186); }

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

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

 span { border-color: rgb(96,63,186); }

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