Html Css Color HEX #510BBA Purple Heart

📋 copy color: '#510BBA'

red 81 ◦ green 11 ◦ blue 186

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

Shades of Purple Heart #510BBA

Tints of Purple Heart #510BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 66.91%

R = 29.14%
G = 3.96%
B = 66.91%

CMYK

 C value IS 0.56

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#510BBA (or 0x510BBA) is known color: Purple Heart. HEX triplet: 51, 0B and BA. RGB value is (81,11,186). Sum of RGB (Red+Green+Blue) = 81+11+186=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 11 (4.69% from 255 or 3.96% from 278); Blue value is 186 (73.05% from 255 or 66.91% from 278); Max value from RGB is 186 - color contains mainly: blue. Hex color #510BBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510BBA is #AEF445. Grayscale: #333333. Windows color (decimal): -11465798 or 12192593. OLE color: 12192593.

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

Color convert

RGB 81 11 186 -
CMYK 0.56 0.94 0 0.27
HSL 264º 0.89% 0.39% -
HSV(B) 264º 0.94% 0.73% -
XYZ 12.38 5.53 46.87 -
YUV 51.88 203.69 148.77 -
System Red Green Blue C M Y K H S L
Decimal 81 11 186 0.56 0.94 0 0.27 264 0.89 0.39
Hex 51 B BA 38 5E 0 1B 108 59 27
Octal 121 13 272 70 136 0 33 410 131 47
Binary 1010001 1011 10111010 111000 1011110 0 11011 100001000 1011001 100111

Color Harmonies of #510BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510BBA

Black with #510BBA

Text Example


Text Example

White with #510BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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