Html Css Color HEX #6111BA Purple Heart

📋 copy color: '#6111BA'

red 97 ◦ green 17 ◦ blue 186

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

Shades of Purple Heart #6111BA

Tints of Purple Heart #6111BA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.67%

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

R = 32.33%
G = 5.67%
B = 62%

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

#6111BA (or 0x6111BA) is known color: Purple Heart. HEX triplet: 61, 11 and BA. RGB value is (97,17,186). Sum of RGB (Red+Green+Blue) = 97+17+186=300 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.33% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #6111BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6111BA is #9EEE45. Grayscale: #3B3B3B. Windows color (decimal): -10415686 or 12194145. OLE color: 12194145.

HSL color Cylindrical-coordinate representation of color #6111BA: hue angle of 268.4º degrees, saturation: 0.83, 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 #6111BA is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 97 17 186 -
CMYK 0.48 0.91 0 0.27
HSL 268.4º 0.83% 0.4% -
HSV(B) 268.4º 0.91% 0.73% -
XYZ 13.99 6.49 46.97 -
YUV 60.19 199 154.26 -
System Red Green Blue C M Y K H S L
Decimal 97 17 186 0.48 0.91 0 0.27 268.4 0.83 0.4
Hex 61 11 BA 30 5B 0 1B 10C 53 28
Octal 141 21 272 60 133 0 33 414 123 50
Binary 1100001 10001 10111010 110000 1011011 0 11011 100001100 1010011 101000

Color Harmonies of #6111BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6111BA

Black with #6111BA

Text Example


Text Example

White with #6111BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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