Html Css Color HEX #6110D9 Purple Heart

📋 copy color: '#6110D9'

red 97 ◦ green 16 ◦ blue 217

#6110D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6110D9

Tints of Purple Heart #6110D9

RGB

 RED value IS 97 (38.28% from 255) = 29.39%

 GREEN value IS 16 (6.64% from 255) = 4.85%

 BLUE value IS 217 (85.16% from 255) = 65.76%

R = 29.39%
G = 4.85%
B = 65.76%

CMYK

 C value IS 0.55

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6110D9 (or 0x6110D9) is known color: Purple Heart. HEX triplet: 61, 10 and D9. RGB value is (97,16,217). Sum of RGB (Red+Green+Blue) = 97+16+217=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 217 (85.16% from 255 or 65.76% from 330); Max value from RGB is 217 - color contains mainly: blue. Hex color #6110D9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6110D9 is #9EEF26. Grayscale: #3E3E3E. Windows color (decimal): -10415911 or 14225505. OLE color: 14225505.

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

Color convert

RGB 97 16 217 -
CMYK 0.55 0.93 0 0.15
HSL 264.18º 0.86% 0.46% -
HSV(B) 264.18º 0.93% 0.85% -
XYZ 17.64 7.92 66.24 -
YUV 63.13 214.84 152.16 -
System Red Green Blue C M Y K H S L
Decimal 97 16 217 0.55 0.93 0 0.15 264.18 0.86 0.46
Hex 61 10 D9 37 5D 0 F 108 56 2E
Octal 141 20 331 67 135 0 17 410 126 56
Binary 1100001 10000 11011001 110111 1011101 0 1111 100001000 1010110 101110

Color Harmonies of #6110D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6110D9

Black with #6110D9

Text Example


Text Example

White with #6110D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6110D9;
 }
 .AnyTagClassName
 {
   color: #6110D9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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