Html Css Color HEX #6111BD Purple Heart

📋 copy color: '#6111BD'

red 97 ◦ green 17 ◦ blue 189

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

Shades of Purple Heart #6111BD

Tints of Purple Heart #6111BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 62.38%

R = 32.01%
G = 5.61%
B = 62.38%

CMYK

 C value IS 0.49

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6111BD (or 0x6111BD) is known color: Purple Heart. HEX triplet: 61, 11 and BD. RGB value is (97,17,189). Sum of RGB (Red+Green+Blue) = 97+17+189=303 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.01% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 189 (74.22% from 255 or 62.38% from 303); Max value from RGB is 189 - color contains mainly: blue. Hex color #6111BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6111BD is #9EEE42. Grayscale: #3B3B3B. Windows color (decimal): -10415683 or 12390753. OLE color: 12390753.

HSL color Cylindrical-coordinate representation of color #6111BD: hue angle of 267.91º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6111BD is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 97 17 189 -
CMYK 0.49 0.91 0 0.26
HSL 267.91º 0.83% 0.4% -
HSV(B) 267.91º 0.91% 0.74% -
XYZ 14.32 6.62 48.67 -
YUV 60.53 200.5 154.01 -
System Red Green Blue C M Y K H S L
Decimal 97 17 189 0.49 0.91 0 0.26 267.91 0.83 0.4
Hex 61 11 BD 31 5B 0 1A 10C 53 28
Octal 141 21 275 61 133 0 32 414 123 50
Binary 1100001 10001 10111101 110001 1011011 0 11010 100001100 1010011 101000

Color Harmonies of #6111BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6111BD

Black with #6111BD

Text Example


Text Example

White with #6111BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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