Html Css Color HEX #510BAC Purple Heart

📋 copy color: '#510BAC'

red 81 ◦ green 11 ◦ blue 172

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

Shades of Purple Heart #510BAC

Tints of Purple Heart #510BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 65.15%

R = 30.68%
G = 4.17%
B = 65.15%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#510BAC (or 0x510BAC) is known color: Purple Heart. HEX triplet: 51, 0B and AC. RGB value is (81,11,172). Sum of RGB (Red+Green+Blue) = 81+11+172=264 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.68% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 172 (67.58% from 255 or 65.15% from 264); Max value from RGB is 172 - color contains mainly: blue. Hex color #510BAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510BAC is #AEF453. Grayscale: #313131. Windows color (decimal): -11465812 or 11275089. OLE color: 11275089.

HSL color Cylindrical-coordinate representation of color #510BAC: hue angle of 266.09º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #510BAC is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 11 172 -
CMYK 0.53 0.94 0 0.33
HSL 266.09º 0.88% 0.36% -
HSV(B) 266.09º 0.94% 0.67% -
XYZ 10.96 4.97 39.41 -
YUV 50.28 196.69 149.91 -
System Red Green Blue C M Y K H S L
Decimal 81 11 172 0.53 0.94 0 0.33 266.09 0.88 0.36
Hex 51 B AC 35 5E 0 21 10A 58 24
Octal 121 13 254 65 136 0 41 412 130 44
Binary 1010001 1011 10101100 110101 1011110 0 100001 100001010 1011000 100100

Color Harmonies of #510BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510BAC

Black with #510BAC

Text Example


Text Example

White with #510BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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