Html Css Color HEX #510BBE Purple Heart

📋 copy color: '#510BBE'

red 81 ◦ green 11 ◦ blue 190

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

Shades of Purple Heart #510BBE

Tints of Purple Heart #510BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 67.38%

R = 28.72%
G = 3.9%
B = 67.38%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#510BBE (or 0x510BBE) is known color: Purple Heart. HEX triplet: 51, 0B and BE. RGB value is (81,11,190). Sum of RGB (Red+Green+Blue) = 81+11+190=282 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.72% from 282); Green value is 11 (4.69% from 255 or 3.90% from 282); Blue value is 190 (74.61% from 255 or 67.38% from 282); Max value from RGB is 190 - color contains mainly: blue. Hex color #510BBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510BBE is #AEF441. Grayscale: #333333. Windows color (decimal): -11465794 or 12454737. OLE color: 12454737.

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

Color convert

RGB 81 11 190 -
CMYK 0.57 0.94 0 0.25
HSL 263.46º 0.89% 0.39% -
HSV(B) 263.46º 0.94% 0.75% -
XYZ 12.81 5.71 49.14 -
YUV 52.34 205.69 148.45 -
System Red Green Blue C M Y K H S L
Decimal 81 11 190 0.57 0.94 0 0.25 263.46 0.89 0.39
Hex 51 B BE 39 5E 0 19 107 59 27
Octal 121 13 276 71 136 0 31 407 131 47
Binary 1010001 1011 10111110 111001 1011110 0 11001 100000111 1011001 100111

Color Harmonies of #510BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510BBE

Black with #510BBE

Text Example


Text Example

White with #510BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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