Html Css Color HEX #510CAB Purple Heart

📋 copy color: '#510CAB'

red 81 ◦ green 12 ◦ blue 171

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

Shades of Purple Heart #510CAB

Tints of Purple Heart #510CAB

RGB

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

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

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

R = 30.68%
G = 4.55%
B = 64.77%

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

#510CAB (or 0x510CAB) is known color: Purple Heart. HEX triplet: 51, 0C and AB. RGB value is (81,12,171). Sum of RGB (Red+Green+Blue) = 81+12+171=264 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.68% from 264); Green value is 12 (5.08% from 255 or 4.55% from 264); Blue value is 171 (67.19% from 255 or 64.77% from 264); Max value from RGB is 171 - color contains mainly: blue. Hex color #510CAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510CAB is #AEF354. Grayscale: #323232. Windows color (decimal): -11465557 or 11209809. OLE color: 11209809.

HSL color Cylindrical-coordinate representation of color #510CAB: hue angle of 266.04º 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 #510CAB is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 12 171 -
CMYK 0.53 0.93 0 0.33
HSL 266.04º 0.87% 0.36% -
HSV(B) 266.04º 0.93% 0.67% -
XYZ 10.88 4.95 38.91 -
YUV 50.76 195.86 149.57 -
System Red Green Blue C M Y K H S L
Decimal 81 12 171 0.53 0.93 0 0.33 266.04 0.87 0.36
Hex 51 C AB 35 5D 0 21 10A 57 24
Octal 121 14 253 65 135 0 41 412 127 44
Binary 1010001 1100 10101011 110101 1011101 0 100001 100001010 1010111 100100

Color Harmonies of #510CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510CAB

Black with #510CAB

Text Example


Text Example

White with #510CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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