Html Css Color HEX #510CAC Purple Heart

📋 copy color: '#510CAC'

red 81 ◦ green 12 ◦ blue 172

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

Shades of Purple Heart #510CAC

Tints of Purple Heart #510CAC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.53%

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

R = 30.57%
G = 4.53%
B = 64.91%

CMYK

 C value IS 0.53

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#510CAC (or 0x510CAC) is known color: Purple Heart. HEX triplet: 51, 0C and AC. RGB value is (81,12,172). Sum of RGB (Red+Green+Blue) = 81+12+172=265 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.57% from 265); Green value is 12 (5.08% from 255 or 4.53% from 265); Blue value is 172 (67.58% from 255 or 64.91% from 265); Max value from RGB is 172 - color contains mainly: blue. Hex color #510CAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510CAC is #AEF353. Grayscale: #323232. Windows color (decimal): -11465556 or 11275345. OLE color: 11275345.

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

Color convert

RGB 81 12 172 -
CMYK 0.53 0.93 0 0.33
HSL 265.88º 0.87% 0.36% -
HSV(B) 265.88º 0.93% 0.67% -
XYZ 10.97 4.99 39.41 -
YUV 50.87 196.36 149.49 -
System Red Green Blue C M Y K H S L
Decimal 81 12 172 0.53 0.93 0 0.33 265.88 0.87 0.36
Hex 51 C AC 35 5D 0 21 10A 57 24
Octal 121 14 254 65 135 0 41 412 127 44
Binary 1010001 1100 10101100 110101 1011101 0 100001 100001010 1010111 100100

Color Harmonies of #510CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510CAC

Black with #510CAC

Text Example


Text Example

White with #510CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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