#610DD4

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

Shades of Purple Heart #610DD4

Tints of Purple Heart #610DD4

Color information

#610DD4 (or 0x610DD4) is unknown color: approx Purple Heart. HEX triplet: 61, 0D and D4. RGB value is (97,13,212). Sum of RGB (Red+Green+Blue) = 97+13+212=322 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.12% from 322); Green value is 13 (5.47% from 255 or 4.04% from 322); Blue value is 212 (83.20% from 255 or 65.84% from 322); Max value from RGB is 212 - color contains mainly: blue. Hex color #610DD4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610DD4 is #9EF22B. Grayscale: #3C3C3C. Windows color (decimal): -10416684 or 13897057. OLE color: 13897057.

HSL color Cylindrical-coordinate representation of color #610DD4: hue angle of 265.33º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610DD4 is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB9713212-
CMYK0.540.9400.17
HSL265.33º88.44%44.12%-
HSV(B)265.33º93.87%83.14%-
XYZ16.967.5862.86-
YUV60.8213.33153.82-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.12%
GREEN value IS 13 (5.47% from 255) = 4.04%
BLUE value IS 212 (83.20% from 255) = 65.84%
R=30.12%
G=4.04%
B=65.84%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal97132120.540.9400.17265.3388.4444.12
Hex61DD4365E011109582c
Octal141153246613602141113054
Binary110000111011101010011011010111100100011000010011011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,13,212); }

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

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

 a { background-color: rgb(97,13,212); }

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

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

 span { border-color: rgb(97,13,212); }

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