Html Css Color HEX #6110BA Purple Heart

📋 copy color: '#6110BA'

red 97 ◦ green 16 ◦ blue 186

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

Shades of Purple Heart #6110BA

Tints of Purple Heart #6110BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 62.21%

R = 32.44%
G = 5.35%
B = 62.21%

CMYK

 C value IS 0.48

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6110BA (or 0x6110BA) is known color: Purple Heart. HEX triplet: 61, 10 and BA. RGB value is (97,16,186). Sum of RGB (Red+Green+Blue) = 97+16+186=299 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.44% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 186 (73.05% from 255 or 62.21% from 299); Max value from RGB is 186 - color contains mainly: blue. Hex color #6110BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6110BA is #9EEF45. Grayscale: #3B3B3B. Windows color (decimal): -10415942 or 12193889. OLE color: 12193889.

HSL color Cylindrical-coordinate representation of color #6110BA: hue angle of 268.59º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6110BA is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 97 16 186 -
CMYK 0.48 0.91 0 0.27
HSL 268.59º 0.84% 0.4% -
HSV(B) 268.59º 0.91% 0.73% -
XYZ 13.98 6.46 46.96 -
YUV 59.6 199.34 154.68 -
System Red Green Blue C M Y K H S L
Decimal 97 16 186 0.48 0.91 0 0.27 268.59 0.84 0.4
Hex 61 10 BA 30 5B 0 1B 10D 54 28
Octal 141 20 272 60 133 0 33 415 124 50
Binary 1100001 10000 10111010 110000 1011011 0 11011 100001101 1010100 101000

Color Harmonies of #6110BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6110BA

Black with #6110BA

Text Example


Text Example

White with #6110BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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