Html Css Color HEX #510BB1 Purple Heart

📋 copy color: '#510BB1'

red 81 ◦ green 11 ◦ blue 177

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

Shades of Purple Heart #510BB1

Tints of Purple Heart #510BB1

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.09%

 BLUE value IS 177 (69.53% from 255) = 65.8%

R = 30.11%
G = 4.09%
B = 65.8%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#510BB1 (or 0x510BB1) is known color: Purple Heart. HEX triplet: 51, 0B and B1. RGB value is (81,11,177). Sum of RGB (Red+Green+Blue) = 81+11+177=269 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.11% from 269); Green value is 11 (4.69% from 255 or 4.09% from 269); Blue value is 177 (69.53% from 255 or 65.80% from 269); Max value from RGB is 177 - color contains mainly: blue. Hex color #510BB1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510BB1 is #AEF44E. Grayscale: #323232. Windows color (decimal): -11465807 or 11602769. OLE color: 11602769.

HSL color Cylindrical-coordinate representation of color #510BB1: hue angle of 265.3º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #510BB1 is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 81 11 177 -
CMYK 0.54 0.94 0 0.31
HSL 265.3º 0.88% 0.37% -
HSV(B) 265.3º 0.94% 0.69% -
XYZ 11.45 5.16 41.99 -
YUV 50.85 199.19 149.5 -
System Red Green Blue C M Y K H S L
Decimal 81 11 177 0.54 0.94 0 0.31 265.3 0.88 0.37
Hex 51 B B1 36 5E 0 1F 109 58 25
Octal 121 13 261 66 136 0 37 411 130 45
Binary 1010001 1011 10110001 110110 1011110 0 11111 100001001 1011000 100101

Color Harmonies of #510BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510BB1

Black with #510BB1

Text Example


Text Example

White with #510BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,11,177); }

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

background-color css

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

 a { background-color: rgb(81,11,177); }

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

border-color css

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

 span { border-color: rgb(81,11,177); }

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