#610fd8

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

Shades of Purple Heart #610FD8

Tints of Purple Heart #610FD8

Color information

#610FD8 (or 0x610FD8) is unknown color: approx Purple Heart. HEX triplet: 61, 0F and D8. RGB value is (97,15,216). Sum of RGB (Red+Green+Blue) = 97+15+216=328 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.57% from 328); Green value is 15 (6.25% from 255 or 4.57% from 328); Blue value is 216 (84.77% from 255 or 65.85% from 328); Max value from RGB is 216 - color contains mainly: blue. Hex color #610FD8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610FD8 is #9EF027. Grayscale: #3D3D3D. Windows color (decimal): -10416168 or 14159713. OLE color: 14159713.

HSL color Cylindrical-coordinate representation of color #610FD8: hue angle of 264.48º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #610FD8 is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB9715216-
CMYK0.550.9300.15
HSL264.48º87.01%45.29%-
HSV(B)264.48º93.06%84.71%-
XYZ17.57.8465.56-
YUV62.43214.67152.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.57%
GREEN value IS 15 (6.25% from 255) = 4.57%
BLUE value IS 216 (84.77% from 255) = 65.85%
R=29.57%
G=4.57%
B=65.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal97152160.550.9300.15264.4887.0145.29
Hex61FD8375D0F108572d
Octal141173306713501741012755
Binary11000011111110110001101111011101011111000010001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610fd8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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