#603AC7

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

Shades of Purple Heart #603AC7

Tints of Purple Heart #603AC7

Color information

#603AC7 (or 0x603AC7) is unknown color: approx Purple Heart. HEX triplet: 60, 3A and C7. RGB value is (96,58,199). Sum of RGB (Red+Green+Blue) = 96+58+199=353 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.20% from 353); Green value is 58 (23.05% from 255 or 16.43% from 353); Blue value is 199 (78.12% from 255 or 56.37% from 353); Max value from RGB is 199 - color contains mainly: blue. Hex color #603AC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603AC7 is #9FC538. Grayscale: #545454. Windows color (decimal): -10470713 or 13056608. OLE color: 13056608.

HSL color Cylindrical-coordinate representation of color #603AC7: hue angle of 256.17º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #603AC7 is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB9658199-
CMYK0.520.7100.22
HSL256.17º55.73%50.39%-
HSV(B)256.17º70.85%78.04%-
XYZ16.659.6455.02-
YUV85.44192.09135.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.20%
GREEN value IS 58 (23.05% from 255) = 16.43%
BLUE value IS 199 (78.12% from 255) = 56.37%
R=27.20%
G=16.43%
B=56.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal96581990.520.7100.22256.1755.7350.39
Hex603AC734470161003832
Octal14072307641070264007062
Binary1100000111010110001111101001000111010110100000000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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