Html Css Color HEX #511CAF Purple Heart

📋 copy color: '#511CAF'

red 81 ◦ green 28 ◦ blue 175

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

Shades of Purple Heart #511CAF

Tints of Purple Heart #511CAF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.86%

 BLUE value IS 175 (68.75% from 255) = 61.62%

R = 28.52%
G = 9.86%
B = 61.62%

CMYK

 C value IS 0.54

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#511CAF (or 0x511CAF) is known color: Purple Heart. HEX triplet: 51, 1C and AF. RGB value is (81,28,175). Sum of RGB (Red+Green+Blue) = 81+28+175=284 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.52% from 284); Green value is 28 (11.33% from 255 or 9.86% from 284); Blue value is 175 (68.75% from 255 or 61.62% from 284); Max value from RGB is 175 - color contains mainly: blue. Hex color #511CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511CAF is #AEE350. Grayscale: #3C3C3C. Windows color (decimal): -11461457 or 11476049. OLE color: 11476049.

HSL color Cylindrical-coordinate representation of color #511CAF: hue angle of 261.63º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #511CAF is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 81 28 175 -
CMYK 0.54 0.84 0 0.31
HSL 261.63º 0.72% 0.4% -
HSV(B) 261.63º 0.84% 0.69% -
XYZ 11.55 5.67 41.04 -
YUV 60.61 192.56 142.55 -
System Red Green Blue C M Y K H S L
Decimal 81 28 175 0.54 0.84 0 0.31 261.63 0.72 0.4
Hex 51 1C AF 36 54 0 1F 106 48 28
Octal 121 34 257 66 124 0 37 406 110 50
Binary 1010001 11100 10101111 110110 1010100 0 11111 100000110 1001000 101000

Color Harmonies of #511CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511CAF

Black with #511CAF

Text Example


Text Example

White with #511CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511CAF; }

 p { color: rgb(81,28,175); }

 H1.HeaderClassName
 {
   color: #511CAF;
 }
 .AnyTagClassName
 {
   color: #511CAF;
 }
</style>

background-color css

<style>
 a { background-color: #511CAF; }

 a { background-color: rgb(81,28,175); }

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

border-color css

<style>
 span { border-color: #511CAF; }

 span { border-color: rgb(81,28,175); }

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