Html Css Color HEX #510FAE Purple Heart

📋 copy color: '#510FAE'

red 81 ◦ green 15 ◦ blue 174

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

Shades of Purple Heart #510FAE

Tints of Purple Heart #510FAE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.56%

 BLUE value IS 174 (68.36% from 255) = 64.44%

R = 30%
G = 5.56%
B = 64.44%

CMYK

 C value IS 0.53

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#510FAE (or 0x510FAE) is known color: Purple Heart. HEX triplet: 51, 0F and AE. RGB value is (81,15,174). Sum of RGB (Red+Green+Blue) = 81+15+174=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 15 (6.25% from 255 or 5.56% from 270); Blue value is 174 (68.36% from 255 or 64.44% from 270); Max value from RGB is 174 - color contains mainly: blue. Hex color #510FAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510FAE is #AEF051. Grayscale: #343434. Windows color (decimal): -11464786 or 11407185. OLE color: 11407185.

HSL color Cylindrical-coordinate representation of color #510FAE: hue angle of 264.91º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #510FAE is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 81 15 174 -
CMYK 0.53 0.91 0 0.32
HSL 264.91º 0.84% 0.37% -
HSV(B) 264.91º 0.91% 0.68% -
XYZ 11.2 5.15 40.45 -
YUV 52.86 196.37 148.07 -
System Red Green Blue C M Y K H S L
Decimal 81 15 174 0.53 0.91 0 0.32 264.91 0.84 0.37
Hex 51 F AE 35 5B 0 20 109 54 25
Octal 121 17 256 65 133 0 40 411 124 45
Binary 1010001 1111 10101110 110101 1011011 0 100000 100001001 1010100 100101

Color Harmonies of #510FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510FAE

Black with #510FAE

Text Example


Text Example

White with #510FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,15,174); }

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

background-color css

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

 a { background-color: rgb(81,15,174); }

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

border-color css

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

 span { border-color: rgb(81,15,174); }

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