Html Css Color HEX #5106BB Purple Heart

📋 copy color: '#5106BB'

red 81 ◦ green 6 ◦ blue 187

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

Shades of Purple Heart #5106BB

Tints of Purple Heart #5106BB

RGB

 RED value IS 81 (32.03% from 255) = 29.56%

 GREEN value IS 6 (2.73% from 255) = 2.19%

 BLUE value IS 187 (73.44% from 255) = 68.25%

R = 29.56%
G = 2.19%
B = 68.25%

CMYK

 C value IS 0.57

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5106BB (or 0x5106BB) is known color: Purple Heart. HEX triplet: 51, 06 and BB. RGB value is (81,6,187). Sum of RGB (Red+Green+Blue) = 81+6+187=274 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.56% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 187 (73.44% from 255 or 68.25% from 274); Max value from RGB is 187 - color contains mainly: blue. Hex color #5106BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5106BB is #AEF944. Grayscale: #303030. Windows color (decimal): -11467077 or 12256849. OLE color: 12256849.

HSL color Cylindrical-coordinate representation of color #5106BB: hue angle of 264.86º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5106BB is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 81 6 187 -
CMYK 0.57 0.97 0 0.27
HSL 264.86º 0.94% 0.38% -
HSV(B) 264.86º 0.97% 0.73% -
XYZ 12.43 5.47 47.41 -
YUV 49.06 205.85 150.78 -
System Red Green Blue C M Y K H S L
Decimal 81 6 187 0.57 0.97 0 0.27 264.86 0.94 0.38
Hex 51 6 BB 39 61 0 1B 109 5E 26
Octal 121 6 273 71 141 0 33 411 136 46
Binary 1010001 110 10111011 111001 1100001 0 11011 100001001 1011110 100110

Color Harmonies of #5106BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5106BB

Black with #5106BB

Text Example


Text Example

White with #5106BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5106BB; }

 p { color: rgb(81,6,187); }

 H1.HeaderClassName
 {
   color: #5106BB;
 }
 .AnyTagClassName
 {
   color: #5106BB;
 }
</style>

background-color css

<style>
 a { background-color: #5106BB; }

 a { background-color: rgb(81,6,187); }

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

border-color css

<style>
 span { border-color: #5106BB; }

 span { border-color: rgb(81,6,187); }

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