Html Css Color HEX #511CB3 Purple Heart

📋 copy color: '#511CB3'

red 81 ◦ green 28 ◦ blue 179

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

Shades of Purple Heart #511CB3

Tints of Purple Heart #511CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 62.15%

R = 28.13%
G = 9.72%
B = 62.15%

CMYK

 C value IS 0.55

 M value IS 0.84

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#511CB3 (or 0x511CB3) is known color: Purple Heart. HEX triplet: 51, 1C and B3. RGB value is (81,28,179). Sum of RGB (Red+Green+Blue) = 81+28+179=288 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.12% from 288); Green value is 28 (11.33% from 255 or 9.72% from 288); Blue value is 179 (70.31% from 255 or 62.15% from 288); Max value from RGB is 179 - color contains mainly: blue. Hex color #511CB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511CB3 is #AEE34C. Grayscale: #3C3C3C. Windows color (decimal): -11461453 or 11738193. OLE color: 11738193.

HSL color Cylindrical-coordinate representation of color #511CB3: hue angle of 261.06º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #511CB3 is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 81 28 179 -
CMYK 0.55 0.84 0 0.30
HSL 261.06º 0.73% 0.41% -
HSV(B) 261.06º 0.84% 0.7% -
XYZ 11.95 5.83 43.14 -
YUV 61.06 194.56 142.22 -
System Red Green Blue C M Y K H S L
Decimal 81 28 179 0.55 0.84 0 0.30 261.06 0.73 0.41
Hex 51 1C B3 37 54 0 1E 105 49 29
Octal 121 34 263 67 124 0 36 405 111 51
Binary 1010001 11100 10110011 110111 1010100 0 11110 100000101 1001001 101001

Color Harmonies of #511CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511CB3

Black with #511CB3

Text Example


Text Example

White with #511CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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