#603DCB

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

Shades of Purple Heart #603DCB

Tints of Purple Heart #603DCB

Color information

#603DCB (or 0x603DCB) is unknown color: approx Purple Heart. HEX triplet: 60, 3D and CB. RGB value is (96,61,203). Sum of RGB (Red+Green+Blue) = 96+61+203=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 61 (24.22% from 255 or 16.94% from 360); Blue value is 203 (79.69% from 255 or 56.39% from 360); Max value from RGB is 203 - color contains mainly: blue. Hex color #603DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603DCB is #9FC234. Grayscale: #575757. Windows color (decimal): -10469941 or 13319520. OLE color: 13319520.

HSL color Cylindrical-coordinate representation of color #603DCB: hue angle of 254.79º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #603DCB is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9661203-
CMYK0.530.7000.20
HSL254.79º57.72%51.76%-
HSV(B)254.79º69.95%79.61%-
XYZ17.2710.1457.55-
YUV87.65193.1133.95-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.67%
GREEN value IS 61 (24.22% from 255) = 16.94%
BLUE value IS 203 (79.69% from 255) = 56.39%
R=26.67%
G=16.94%
B=56.39%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal96612030.530.7000.20254.7957.7251.76
Hex603DCB3546014ff3a34
Octal14075313651060243777264
Binary110000011110111001011110101100011001010011111111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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