Html Css Color HEX #510BBF Purple Heart

📋 copy color: '#510BBF'

red 81 ◦ green 11 ◦ blue 191

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

Shades of Purple Heart #510BBF

Tints of Purple Heart #510BBF

RGB

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

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

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

R = 28.62%
G = 3.89%
B = 67.49%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#510BBF (or 0x510BBF) is known color: Purple Heart. HEX triplet: 51, 0B and BF. RGB value is (81,11,191). Sum of RGB (Red+Green+Blue) = 81+11+191=283 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.62% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 191 (75% from 255 or 67.49% from 283); Max value from RGB is 191 - color contains mainly: blue. Hex color #510BBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510BBF is #AEF440. Grayscale: #333333. Windows color (decimal): -11465793 or 12520273. OLE color: 12520273.

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

Color convert

RGB 81 11 191 -
CMYK 0.58 0.94 0 0.25
HSL 263.33º 0.89% 0.4% -
HSV(B) 263.33º 0.94% 0.75% -
XYZ 12.92 5.75 49.72 -
YUV 52.45 206.19 148.36 -
System Red Green Blue C M Y K H S L
Decimal 81 11 191 0.58 0.94 0 0.25 263.33 0.89 0.4
Hex 51 B BF 3A 5E 0 19 107 59 28
Octal 121 13 277 72 136 0 31 407 131 50
Binary 1010001 1011 10111111 111010 1011110 0 11001 100000111 1011001 101000

Color Harmonies of #510BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510BBF

Black with #510BBF

Text Example


Text Example

White with #510BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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