#603EB6

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

Shades of Purple Heart #603EB6

Tints of Purple Heart #603EB6

Color information

#603EB6 (or 0x603EB6) is unknown color: approx Purple Heart. HEX triplet: 60, 3E and B6. RGB value is (96,62,182). Sum of RGB (Red+Green+Blue) = 96+62+182=340 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.24% from 340); Green value is 62 (24.61% from 255 or 18.24% from 340); Blue value is 182 (71.48% from 255 or 53.53% from 340); Max value from RGB is 182 - color contains mainly: blue. Hex color #603EB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603EB6 is #9FC149. Grayscale: #555555. Windows color (decimal): -10469706 or 11943520. OLE color: 11943520.

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

Color convert

RGB9662182-
CMYK0.470.6600.29
HSL257º49.18%47.84%-
HSV(B)257º65.93%71.37%-
XYZ14.999.3145.26-
YUV85.85182.26135.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.24%
GREEN value IS 62 (24.61% from 255) = 18.24%
BLUE value IS 182 (71.48% from 255) = 53.53%
R=28.24%
G=18.24%
B=53.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal96621820.470.6600.2925749.1847.84
Hex603EB62F4201D1013130
Octal14076266571020354016160
Binary1100000111110101101101011111000010011101100000001110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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