#603AC0

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

Shades of Purple Heart #603AC0

Tints of Purple Heart #603AC0

Color information

#603AC0 (or 0x603AC0) is unknown color: approx Purple Heart. HEX triplet: 60, 3A and C0. RGB value is (96,58,192). Sum of RGB (Red+Green+Blue) = 96+58+192=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 58 (23.05% from 255 or 16.76% from 346); Blue value is 192 (75.39% from 255 or 55.49% from 346); Max value from RGB is 192 - color contains mainly: blue. Hex color #603AC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603AC0 is #9FC53F. Grayscale: #545454. Windows color (decimal): -10470720 or 12597856. OLE color: 12597856.

HSL color Cylindrical-coordinate representation of color #603AC0: hue angle of 257.01º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #603AC0 is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9658192-
CMYK0.500.7000.25
HSL257.01º53.6%49.02%-
HSV(B)257.01º69.79%75.29%-
XYZ15.859.3250.83-
YUV84.64188.59136.1-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.75%
GREEN value IS 58 (23.05% from 255) = 16.76%
BLUE value IS 192 (75.39% from 255) = 55.49%
R=27.75%
G=16.76%
B=55.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal96581920.500.7000.25257.0153.649.02
Hex603AC032460191013631
Octal14072300621060314016661
Binary1100000111010110000001100101000110011001100000001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,58,192); }

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

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

 a { background-color: rgb(96,58,192); }

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

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

 span { border-color: rgb(96,58,192); }

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