#603DB1

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

Shades of Purple Heart #603DB1

Tints of Purple Heart #603DB1

Color information

#603DB1 (or 0x603DB1) is unknown color: approx Purple Heart. HEX triplet: 60, 3D and B1. RGB value is (96,61,177). Sum of RGB (Red+Green+Blue) = 96+61+177=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 61 (24.22% from 255 or 18.26% from 334); Blue value is 177 (69.53% from 255 or 52.99% from 334); Max value from RGB is 177 - color contains mainly: blue. Hex color #603DB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603DB1 is #9FC24E. Grayscale: #545454. Windows color (decimal): -10469967 or 11615584. OLE color: 11615584.

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

Color convert

RGB9661177-
CMYK0.460.6600.31
HSL258.1º48.74%46.67%-
HSV(B)258.1º65.54%69.41%-
XYZ14.43942.57-
YUV84.69180.1136.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.74%
GREEN value IS 61 (24.22% from 255) = 18.26%
BLUE value IS 177 (69.53% from 255) = 52.99%
R=28.74%
G=18.26%
B=52.99%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal96611770.460.6600.31258.148.7446.67
Hex603DB12E4201F102312f
Octal14075261561020374026157
Binary1100000111101101100011011101000010011111100000010110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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