#603DB6

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

Shades of Purple Heart #603DB6

Tints of Purple Heart #603DB6

Color information

#603DB6 (or 0x603DB6) is unknown color: approx Purple Heart. HEX triplet: 60, 3D and B6. RGB value is (96,61,182). Sum of RGB (Red+Green+Blue) = 96+61+182=339 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.32% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 182 (71.48% from 255 or 53.69% from 339); Max value from RGB is 182 - color contains mainly: blue. Hex color #603DB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603DB6 is #9FC249. Grayscale: #545454. Windows color (decimal): -10469962 or 11943264. OLE color: 11943264.

HSL color Cylindrical-coordinate representation of color #603DB6: hue angle of 257.36º degrees, saturation: 0.5, 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 #603DB6 is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9661182-
CMYK0.470.6600.29
HSL257.36º49.79%47.65%-
HSV(B)257.36º66.48%71.37%-
XYZ14.949.245.24-
YUV85.26182.6135.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.32%
GREEN value IS 61 (24.22% from 255) = 17.99%
BLUE value IS 182 (71.48% from 255) = 53.69%
R=28.32%
G=17.99%
B=53.69%

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
Decimal96611820.470.6600.29257.3649.7947.65
Hex603DB62F4201D1013230
Octal14075266571020354016260
Binary1100000111101101101101011111000010011101100000001110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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