#610FC0

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

Shades of Purple Heart #610FC0

Tints of Purple Heart #610FC0

Color information

#610FC0 (or 0x610FC0) is unknown color: approx Purple Heart. HEX triplet: 61, 0F and C0. RGB value is (97,15,192). Sum of RGB (Red+Green+Blue) = 97+15+192=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 15 (6.25% from 255 or 4.93% from 304); Blue value is 192 (75.39% from 255 or 63.16% from 304); Max value from RGB is 192 - color contains mainly: blue. Hex color #610FC0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610FC0 is #9EF03F. Grayscale: #3B3B3B. Windows color (decimal): -10416192 or 12586849. OLE color: 12586849.

HSL color Cylindrical-coordinate representation of color #610FC0: hue angle of 267.8º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #610FC0 is Cyan = 0.49, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9715192-
CMYK0.490.9200.25
HSL267.8º85.51%40.59%-
HSV(B)267.8º92.19%75.29%-
XYZ14.626.6950.39-
YUV59.7202.67154.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.91%
GREEN value IS 15 (6.25% from 255) = 4.93%
BLUE value IS 192 (75.39% from 255) = 63.16%
R=31.91%
G=4.93%
B=63.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal97151920.490.9200.25267.885.5140.59
Hex61FC0315C01910c5629
Octal141173006113403141412651
Binary110000111111100000011000110111000110011000011001010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610FC0; }

 p { color: rgb(97,15,192); }

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

<style>
 a { background-color: #610FC0; }

 a { background-color: rgb(97,15,192); }

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

<style>
 span { border-color: #610FC0; }

 span { border-color: rgb(97,15,192); }

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