#603BD0

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

Shades of Purple Heart #603BD0

Tints of Purple Heart #603BD0

Color information

#603BD0 (or 0x603BD0) is unknown color: approx Purple Heart. HEX triplet: 60, 3B and D0. RGB value is (96,59,208). Sum of RGB (Red+Green+Blue) = 96+59+208=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 59 (23.44% from 255 or 16.25% from 363); Blue value is 208 (81.64% from 255 or 57.30% from 363); Max value from RGB is 208 - color contains mainly: blue. Hex color #603BD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603BD0 is #9FC42F. Grayscale: #565656. Windows color (decimal): -10470448 or 13646688. OLE color: 13646688.

HSL color Cylindrical-coordinate representation of color #603BD0: hue angle of 254.9º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #603BD0 is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB9659208-
CMYK0.540.7200.18
HSL254.9º61.32%52.35%-
HSV(B)254.9º71.63%81.57%-
XYZ17.7710.1760.7-
YUV87.05196.26134.38-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.45%
GREEN value IS 59 (23.44% from 255) = 16.25%
BLUE value IS 208 (81.64% from 255) = 57.30%
R=26.45%
G=16.25%
B=57.30%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal96592080.540.7200.18254.961.3252.35
Hex603BD03648012ff3d34
Octal14073320661100223777564
Binary110000011101111010000110110100100001001011111111111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,59,208); }

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

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

 a { background-color: rgb(96,59,208); }

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

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

 span { border-color: rgb(96,59,208); }

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