Html Css Color HEX #510FAA Purple Heart

📋 copy color: '#510FAA'

red 81 ◦ green 15 ◦ blue 170

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

Shades of Purple Heart #510FAA

Tints of Purple Heart #510FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 63.91%

R = 30.45%
G = 5.64%
B = 63.91%

CMYK

 C value IS 0.52

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#510FAA (or 0x510FAA) is known color: Purple Heart. HEX triplet: 51, 0F and AA. RGB value is (81,15,170). Sum of RGB (Red+Green+Blue) = 81+15+170=266 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.45% from 266); Green value is 15 (6.25% from 255 or 5.64% from 266); Blue value is 170 (66.80% from 255 or 63.91% from 266); Max value from RGB is 170 - color contains mainly: blue. Hex color #510FAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510FAA is #AEF055. Grayscale: #333333. Windows color (decimal): -11464790 or 11145041. OLE color: 11145041.

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

Color convert

RGB 81 15 170 -
CMYK 0.52 0.91 0 0.33
HSL 265.55º 0.84% 0.36% -
HSV(B) 265.55º 0.91% 0.67% -
XYZ 10.82 4.99 38.42 -
YUV 52.4 194.37 148.4 -
System Red Green Blue C M Y K H S L
Decimal 81 15 170 0.52 0.91 0 0.33 265.55 0.84 0.36
Hex 51 F AA 34 5B 0 21 10A 54 24
Octal 121 17 252 64 133 0 41 412 124 44
Binary 1010001 1111 10101010 110100 1011011 0 100001 100001010 1010100 100100

Color Harmonies of #510FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510FAA

Black with #510FAA

Text Example


Text Example

White with #510FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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