#603EBF

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

Shades of Purple Heart #603EBF

Tints of Purple Heart #603EBF

Color information

#603EBF (or 0x603EBF) is unknown color: approx Purple Heart. HEX triplet: 60, 3E and BF. RGB value is (96,62,191). Sum of RGB (Red+Green+Blue) = 96+62+191=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 62 (24.61% from 255 or 17.77% from 349); Blue value is 191 (75% from 255 or 54.73% from 349); Max value from RGB is 191 - color contains mainly: blue. Hex color #603EBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603EBF is #9FC140. Grayscale: #565656. Windows color (decimal): -10469697 or 12533344. OLE color: 12533344.

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

Color convert

RGB9662191-
CMYK0.500.6800.25
HSL255.81º50.99%49.61%-
HSV(B)255.81º67.54%74.9%-
XYZ15.959.6950.32-
YUV86.87186.76134.51-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.51%
GREEN value IS 62 (24.61% from 255) = 17.77%
BLUE value IS 191 (75% from 255) = 54.73%
R=27.51%
G=17.77%
B=54.73%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal96621910.500.6800.25255.8150.9949.61
Hex603EBF32440191003332
Octal14076277621040314006362
Binary1100000111110101111111100101000100011001100000000110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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