#602FCA

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

Shades of Purple Heart #602FCA

Tints of Purple Heart #602FCA

Color information

#602FCA (or 0x602FCA) is unknown color: approx Purple Heart. HEX triplet: 60, 2F and CA. RGB value is (96,47,202). Sum of RGB (Red+Green+Blue) = 96+47+202=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 47 (18.75% from 255 or 13.62% from 345); Blue value is 202 (79.30% from 255 or 58.55% from 345); Max value from RGB is 202 - color contains mainly: blue. Hex color #602FCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602FCA is #9FD035. Grayscale: #4E4E4E. Windows color (decimal): -10473526 or 13250400. OLE color: 13250400.

HSL color Cylindrical-coordinate representation of color #602FCA: hue angle of 258.97º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #602FCA is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9647202-
CMYK0.520.7700.21
HSL258.97º62.25%48.82%-
HSV(B)258.97º76.73%79.22%-
XYZ16.58.7856.7-
YUV79.32197.23139.9-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.83%
GREEN value IS 47 (18.75% from 255) = 13.62%
BLUE value IS 202 (79.30% from 255) = 58.55%
R=27.83%
G=13.62%
B=58.55%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal96472020.520.7700.21258.9762.2548.82
Hex602FCA344D0151033e31
Octal14057312641150254037661
Binary1100000101111110010101101001001101010101100000011111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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