Html Css Color HEX #510EBC Purple Heart

📋 copy color: '#510EBC'

red 81 ◦ green 14 ◦ blue 188

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

Shades of Purple Heart #510EBC

Tints of Purple Heart #510EBC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.95%

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

R = 28.62%
G = 4.95%
B = 66.43%

CMYK

 C value IS 0.57

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#510EBC (or 0x510EBC) is known color: Purple Heart. HEX triplet: 51, 0E and BC. RGB value is (81,14,188). Sum of RGB (Red+Green+Blue) = 81+14+188=283 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.62% from 283); Green value is 14 (5.86% from 255 or 4.95% from 283); Blue value is 188 (73.83% from 255 or 66.43% from 283); Max value from RGB is 188 - color contains mainly: blue. Hex color #510EBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510EBC is #AEF143. Grayscale: #353535. Windows color (decimal): -11465028 or 12324433. OLE color: 12324433.

HSL color Cylindrical-coordinate representation of color #510EBC: hue angle of 263.1º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #510EBC is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 81 14 188 -
CMYK 0.57 0.93 0 0.26
HSL 263.1º 0.86% 0.4% -
HSV(B) 263.1º 0.93% 0.74% -
XYZ 12.63 5.69 48.01 -
YUV 53.87 203.7 147.35 -
System Red Green Blue C M Y K H S L
Decimal 81 14 188 0.57 0.93 0 0.26 263.1 0.86 0.4
Hex 51 E BC 39 5D 0 1A 107 56 28
Octal 121 16 274 71 135 0 32 407 126 50
Binary 1010001 1110 10111100 111001 1011101 0 11010 100000111 1010110 101000

Color Harmonies of #510EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510EBC

Black with #510EBC

Text Example


Text Example

White with #510EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510EBC; }

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

 H1.HeaderClassName
 {
   color: #510EBC;
 }
 .AnyTagClassName
 {
   color: #510EBC;
 }
</style>

background-color css

<style>
 a { background-color: #510EBC; }

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

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

border-color css

<style>
 span { border-color: #510EBC; }

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

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