Html Css Color HEX #510FAC Purple Heart

📋 copy color: '#510FAC'

red 81 ◦ green 15 ◦ blue 172

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

Shades of Purple Heart #510FAC

Tints of Purple Heart #510FAC

RGB

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

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

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

R = 30.22%
G = 5.6%
B = 64.18%

CMYK

 C value IS 0.53

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#510FAC (or 0x510FAC) is known color: Purple Heart. HEX triplet: 51, 0F and AC. RGB value is (81,15,172). Sum of RGB (Red+Green+Blue) = 81+15+172=268 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.22% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 172 (67.58% from 255 or 64.18% from 268); Max value from RGB is 172 - color contains mainly: blue. Hex color #510FAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510FAC is #AEF053. Grayscale: #343434. Windows color (decimal): -11464788 or 11276113. OLE color: 11276113.

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

Color convert

RGB 81 15 172 -
CMYK 0.53 0.91 0 0.33
HSL 265.22º 0.84% 0.37% -
HSV(B) 265.22º 0.91% 0.67% -
XYZ 11.01 5.07 39.43 -
YUV 52.63 195.37 148.23 -
System Red Green Blue C M Y K H S L
Decimal 81 15 172 0.53 0.91 0 0.33 265.22 0.84 0.37
Hex 51 F AC 35 5B 0 21 109 54 25
Octal 121 17 254 65 133 0 41 411 124 45
Binary 1010001 1111 10101100 110101 1011011 0 100001 100001001 1010100 100101

Color Harmonies of #510FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510FAC

Black with #510FAC

Text Example


Text Example

White with #510FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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