Html Css Color HEX #510FB8 Purple Heart

📋 copy color: '#510FB8'

red 81 ◦ green 15 ◦ blue 184

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

Shades of Purple Heart #510FB8

Tints of Purple Heart #510FB8

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.36%

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

R = 28.93%
G = 5.36%
B = 65.71%

CMYK

 C value IS 0.56

 M value IS 0.92

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#510FB8 (or 0x510FB8) is known color: Purple Heart. HEX triplet: 51, 0F and B8. RGB value is (81,15,184). Sum of RGB (Red+Green+Blue) = 81+15+184=280 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.93% from 280); Green value is 15 (6.25% from 255 or 5.36% from 280); Blue value is 184 (72.27% from 255 or 65.71% from 280); Max value from RGB is 184 - color contains mainly: blue. Hex color #510FB8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510FB8 is #AEF047. Grayscale: #353535. Windows color (decimal): -11464776 or 12062545. OLE color: 12062545.

HSL color Cylindrical-coordinate representation of color #510FB8: hue angle of 263.43º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #510FB8 is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 81 15 184 -
CMYK 0.56 0.92 0 0.28
HSL 263.43º 0.85% 0.39% -
HSV(B) 263.43º 0.92% 0.72% -
XYZ 12.22 5.55 45.78 -
YUV 54 201.37 147.26 -
System Red Green Blue C M Y K H S L
Decimal 81 15 184 0.56 0.92 0 0.28 263.43 0.85 0.39
Hex 51 F B8 38 5C 0 1C 107 55 27
Octal 121 17 270 70 134 0 34 407 125 47
Binary 1010001 1111 10111000 111000 1011100 0 11100 100000111 1010101 100111

Color Harmonies of #510FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510FB8

Black with #510FB8

Text Example


Text Example

White with #510FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,15,184); }

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

background-color css

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

 a { background-color: rgb(81,15,184); }

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

border-color css

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

 span { border-color: rgb(81,15,184); }

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