Html Css Color HEX #510DAB Purple Heart

📋 copy color: '#510DAB'

red 81 ◦ green 13 ◦ blue 171

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

Shades of Purple Heart #510DAB

Tints of Purple Heart #510DAB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.91%

 BLUE value IS 171 (67.19% from 255) = 64.53%

R = 30.57%
G = 4.91%
B = 64.53%

CMYK

 C value IS 0.53

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#510DAB (or 0x510DAB) is known color: Purple Heart. HEX triplet: 51, 0D and AB. RGB value is (81,13,171). Sum of RGB (Red+Green+Blue) = 81+13+171=265 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.57% from 265); Green value is 13 (5.47% from 255 or 4.91% from 265); Blue value is 171 (67.19% from 255 or 64.53% from 265); Max value from RGB is 171 - color contains mainly: blue. Hex color #510DAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510DAB is #AEF254. Grayscale: #323232. Windows color (decimal): -11465301 or 11210065. OLE color: 11210065.

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

Color convert

RGB 81 13 171 -
CMYK 0.53 0.92 0 0.33
HSL 265.82º 0.86% 0.36% -
HSV(B) 265.82º 0.92% 0.67% -
XYZ 10.89 4.98 38.91 -
YUV 51.34 195.53 149.15 -
System Red Green Blue C M Y K H S L
Decimal 81 13 171 0.53 0.92 0 0.33 265.82 0.86 0.36
Hex 51 D AB 35 5C 0 21 10A 56 24
Octal 121 15 253 65 134 0 41 412 126 44
Binary 1010001 1101 10101011 110101 1011100 0 100001 100001010 1010110 100100

Color Harmonies of #510DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510DAB

Black with #510DAB

Text Example


Text Example

White with #510DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,13,171); }

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

background-color css

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

 a { background-color: rgb(81,13,171); }

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

border-color css

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

 span { border-color: rgb(81,13,171); }

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