Html Css Color HEX #5117BC Purple Heart

📋 copy color: '#5117BC'

red 81 ◦ green 23 ◦ blue 188

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

Shades of Purple Heart #5117BC

Tints of Purple Heart #5117BC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.88%

 BLUE value IS 188 (73.83% from 255) = 64.38%

R = 27.74%
G = 7.88%
B = 64.38%

CMYK

 C value IS 0.57

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5117BC (or 0x5117BC) is known color: Purple Heart. HEX triplet: 51, 17 and BC. RGB value is (81,23,188). Sum of RGB (Red+Green+Blue) = 81+23+188=292 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.74% from 292); Green value is 23 (9.38% from 255 or 7.88% from 292); Blue value is 188 (73.83% from 255 or 64.38% from 292); Max value from RGB is 188 - color contains mainly: blue. Hex color #5117BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5117BC is #AEE843. Grayscale: #3A3A3A. Windows color (decimal): -11462724 or 12326737. OLE color: 12326737.

HSL color Cylindrical-coordinate representation of color #5117BC: hue angle of 261.09º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5117BC is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 81 23 188 -
CMYK 0.57 0.88 0 0.26
HSL 261.09º 0.78% 0.41% -
HSV(B) 261.09º 0.88% 0.74% -
XYZ 12.78 5.99 48.06 -
YUV 59.15 200.72 143.58 -
System Red Green Blue C M Y K H S L
Decimal 81 23 188 0.57 0.88 0 0.26 261.09 0.78 0.41
Hex 51 17 BC 39 58 0 1A 105 4E 29
Octal 121 27 274 71 130 0 32 405 116 51
Binary 1010001 10111 10111100 111001 1011000 0 11010 100000101 1001110 101001

Color Harmonies of #5117BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5117BC

Black with #5117BC

Text Example


Text Example

White with #5117BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5117BC; }

 p { color: rgb(81,23,188); }

 H1.HeaderClassName
 {
   color: #5117BC;
 }
 .AnyTagClassName
 {
   color: #5117BC;
 }
</style>

background-color css

<style>
 a { background-color: #5117BC; }

 a { background-color: rgb(81,23,188); }

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

border-color css

<style>
 span { border-color: #5117BC; }

 span { border-color: rgb(81,23,188); }

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