#602bc5

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

Shades of Purple Heart #602BC5

Tints of Purple Heart #602BC5

Color information

#602BC5 (or 0x602BC5) is unknown color: approx Purple Heart. HEX triplet: 60, 2B and C5. RGB value is (96,43,197). Sum of RGB (Red+Green+Blue) = 96+43+197=336 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.57% from 336); Green value is 43 (17.19% from 255 or 12.80% from 336); Blue value is 197 (77.34% from 255 or 58.63% from 336); Max value from RGB is 197 - color contains mainly: blue. Hex color #602BC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602BC5 is #9FD43A. Grayscale: #4B4B4B. Windows color (decimal): -10474555 or 12921696. OLE color: 12921696.

HSL color Cylindrical-coordinate representation of color #602BC5: hue angle of 260.65º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #602BC5 is Cyan = 0.51, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB9643197-
CMYK0.510.7800.23
HSL260.65º64.17%47.06%-
HSV(B)260.65º78.17%77.25%-
XYZ15.778.2553.58-
YUV76.4196.06141.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.57%
GREEN value IS 43 (17.19% from 255) = 12.80%
BLUE value IS 197 (77.34% from 255) = 58.63%
R=28.57%
G=12.80%
B=58.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal96431970.510.7800.23260.6564.1747.06
Hex602BC5334E017105402f
Octal140533056311602740510057
Binary11000001010111100010111001110011100101111000001011000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602bc5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,43,197); }

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

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

 a { background-color: rgb(96,43,197); }

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

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

 span { border-color: rgb(96,43,197); }

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