#602FB1

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

Shades of Purple Heart #602FB1

Tints of Purple Heart #602FB1

Color information

#602FB1 (or 0x602FB1) is unknown color: approx Purple Heart. HEX triplet: 60, 2F and B1. RGB value is (96,47,177). Sum of RGB (Red+Green+Blue) = 96+47+177=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 47 (18.75% from 255 or 14.69% from 320); Blue value is 177 (69.53% from 255 or 55.31% from 320); Max value from RGB is 177 - color contains mainly: blue. Hex color #602FB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602FB1 is #9FD04E. Grayscale: #4C4C4C. Windows color (decimal): -10473551 or 11612000. OLE color: 11612000.

HSL color Cylindrical-coordinate representation of color #602FB1: hue angle of 262.62º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #602FB1 is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9647177-
CMYK0.460.7300.31
HSL262.62º58.04%43.92%-
HSV(B)262.62º73.45%69.41%-
XYZ13.787.6942.35-
YUV76.47184.73141.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30%
GREEN value IS 47 (18.75% from 255) = 14.69%
BLUE value IS 177 (69.53% from 255) = 55.31%
R=30%
G=14.69%
B=55.31%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal96471770.460.7300.31262.6258.0443.92
Hex602FB12E4901F1073a2c
Octal14057261561110374077254
Binary1100000101111101100011011101001001011111100000111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602FB1; }

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

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

<style>
 a { background-color: #602FB1; }

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

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

<style>
 span { border-color: #602FB1; }

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

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