Html Css Color HEX #6111B6 Purple Heart

📋 copy color: '#6111B6'

red 97 ◦ green 17 ◦ blue 182

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

Shades of Purple Heart #6111B6

Tints of Purple Heart #6111B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 61.49%

R = 32.77%
G = 5.74%
B = 61.49%

CMYK

 C value IS 0.47

 M value IS 0.91

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6111B6 (or 0x6111B6) is known color: Purple Heart. HEX triplet: 61, 11 and B6. RGB value is (97,17,182). Sum of RGB (Red+Green+Blue) = 97+17+182=296 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.77% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 182 (71.48% from 255 or 61.49% from 296); Max value from RGB is 182 - color contains mainly: blue. Hex color #6111B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6111B6 is #9EEE49. Grayscale: #3B3B3B. Windows color (decimal): -10415690 or 11932001. OLE color: 11932001.

HSL color Cylindrical-coordinate representation of color #6111B6: hue angle of 269.09º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6111B6 is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 97 17 182 -
CMYK 0.47 0.91 0 0.29
HSL 269.09º 0.83% 0.39% -
HSV(B) 269.09º 0.91% 0.71% -
XYZ 13.57 6.32 44.76 -
YUV 59.73 197 154.58 -
System Red Green Blue C M Y K H S L
Decimal 97 17 182 0.47 0.91 0 0.29 269.09 0.83 0.39
Hex 61 11 B6 2F 5B 0 1D 10D 53 27
Octal 141 21 266 57 133 0 35 415 123 47
Binary 1100001 10001 10110110 101111 1011011 0 11101 100001101 1010011 100111

Color Harmonies of #6111B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6111B6

Black with #6111B6

Text Example


Text Example

White with #6111B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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