Html Css Color HEX #510EBF Purple Heart

📋 copy color: '#510EBF'

red 81 ◦ green 14 ◦ blue 191

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

Shades of Purple Heart #510EBF

Tints of Purple Heart #510EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 66.78%

R = 28.32%
G = 4.9%
B = 66.78%

CMYK

 C value IS 0.58

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#510EBF (or 0x510EBF) is known color: Purple Heart. HEX triplet: 51, 0E and BF. RGB value is (81,14,191). Sum of RGB (Red+Green+Blue) = 81+14+191=286 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.32% from 286); Green value is 14 (5.86% from 255 or 4.90% from 286); Blue value is 191 (75% from 255 or 66.78% from 286); Max value from RGB is 191 - color contains mainly: blue. Hex color #510EBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510EBF is #AEF140. Grayscale: #353535. Windows color (decimal): -11465025 or 12521041. OLE color: 12521041.

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

Color convert

RGB 81 14 191 -
CMYK 0.58 0.93 0 0.25
HSL 262.71º 0.86% 0.4% -
HSV(B) 262.71º 0.93% 0.75% -
XYZ 12.95 5.82 49.73 -
YUV 54.21 205.2 147.11 -
System Red Green Blue C M Y K H S L
Decimal 81 14 191 0.58 0.93 0 0.25 262.71 0.86 0.4
Hex 51 E BF 3A 5D 0 19 107 56 28
Octal 121 16 277 72 135 0 31 407 126 50
Binary 1010001 1110 10111111 111010 1011101 0 11001 100000111 1010110 101000

Color Harmonies of #510EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510EBF

Black with #510EBF

Text Example


Text Example

White with #510EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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