Html Css Color HEX #6111B8 Purple Heart

📋 copy color: '#6111B8'

red 97 ◦ green 17 ◦ blue 184

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

Shades of Purple Heart #6111B8

Tints of Purple Heart #6111B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 61.74%

R = 32.55%
G = 5.7%
B = 61.74%

CMYK

 C value IS 0.47

 M value IS 0.91

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#6111B8 (or 0x6111B8) is known color: Purple Heart. HEX triplet: 61, 11 and B8. RGB value is (97,17,184). Sum of RGB (Red+Green+Blue) = 97+17+184=298 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.55% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 184 (72.27% from 255 or 61.74% from 298); Max value from RGB is 184 - color contains mainly: blue. Hex color #6111B8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6111B8 is #9EEE47. Grayscale: #3B3B3B. Windows color (decimal): -10415688 or 12063073. OLE color: 12063073.

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

Color convert

RGB 97 17 184 -
CMYK 0.47 0.91 0 0.28
HSL 268.74º 0.83% 0.39% -
HSV(B) 268.74º 0.91% 0.72% -
XYZ 13.78 6.4 45.86 -
YUV 59.96 198 154.42 -
System Red Green Blue C M Y K H S L
Decimal 97 17 184 0.47 0.91 0 0.28 268.74 0.83 0.39
Hex 61 11 B8 2F 5B 0 1C 10D 53 27
Octal 141 21 270 57 133 0 34 415 123 47
Binary 1100001 10001 10111000 101111 1011011 0 11100 100001101 1010011 100111

Color Harmonies of #6111B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6111B8

Black with #6111B8

Text Example


Text Example

White with #6111B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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