#6110D4

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

Shades of Purple Heart #6110D4

Tints of Purple Heart #6110D4

Color information

#6110D4 (or 0x6110D4) is unknown color: approx Purple Heart. HEX triplet: 61, 10 and D4. RGB value is (97,16,212). Sum of RGB (Red+Green+Blue) = 97+16+212=325 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.85% from 325); Green value is 16 (6.64% from 255 or 4.92% from 325); Blue value is 212 (83.20% from 255 or 65.23% from 325); Max value from RGB is 212 - color contains mainly: blue. Hex color #6110D4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6110D4 is #9EEF2B. Grayscale: #3D3D3D. Windows color (decimal): -10415916 or 13897825. OLE color: 13897825.

HSL color Cylindrical-coordinate representation of color #6110D4: hue angle of 264.8º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6110D4 is Cyan = 0.54, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB9716212-
CMYK0.540.9200.17
HSL264.8º85.96%44.71%-
HSV(B)264.8º92.45%83.14%-
XYZ177.6762.87-
YUV62.56212.34152.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.85%
GREEN value IS 16 (6.64% from 255) = 4.92%
BLUE value IS 212 (83.20% from 255) = 65.23%
R=29.85%
G=4.92%
B=65.23%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal97162120.540.9200.17264.885.9644.71
Hex6110D4365C011109562d
Octal141203246613402141112655
Binary1100001100001101010011011010111000100011000010011010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6110D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6110D4; }

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

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

<style>
 a { background-color: #6110D4; }

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

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

<style>
 span { border-color: #6110D4; }

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

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