#603CC1

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

Shades of Purple Heart #603CC1

Tints of Purple Heart #603CC1

Color information

#603CC1 (or 0x603CC1) is unknown color: approx Purple Heart. HEX triplet: 60, 3C and C1. RGB value is (96,60,193). Sum of RGB (Red+Green+Blue) = 96+60+193=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 60 (23.83% from 255 or 17.19% from 349); Blue value is 193 (75.78% from 255 or 55.30% from 349); Max value from RGB is 193 - color contains mainly: blue. Hex color #603CC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603CC1 is #9FC33E. Grayscale: #555555. Windows color (decimal): -10470207 or 12663904. OLE color: 12663904.

HSL color Cylindrical-coordinate representation of color #603CC1: hue angle of 256.24º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #603CC1 is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9660193-
CMYK0.500.6900.24
HSL256.24º52.57%49.61%-
HSV(B)256.24º68.91%75.69%-
XYZ16.079.5751.45-
YUV85.93188.43135.19-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.51%
GREEN value IS 60 (23.83% from 255) = 17.19%
BLUE value IS 193 (75.78% from 255) = 55.30%
R=27.51%
G=17.19%
B=55.30%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal96601930.500.6900.24256.2452.5749.61
Hex603CC132450181003532
Octal14074301621050304006562
Binary1100000111100110000011100101000101011000100000000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,60,193); }

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

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

 a { background-color: rgb(96,60,193); }

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

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

 span { border-color: rgb(96,60,193); }

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