Html Css Color HEX #511FBC Purple Heart

📋 copy color: '#511FBC'

red 81 ◦ green 31 ◦ blue 188

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

Shades of Purple Heart #511FBC

Tints of Purple Heart #511FBC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.33%

 BLUE value IS 188 (73.83% from 255) = 62.67%

R = 27%
G = 10.33%
B = 62.67%

CMYK

 C value IS 0.57

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#511FBC (or 0x511FBC) is known color: Purple Heart. HEX triplet: 51, 1F and BC. RGB value is (81,31,188). Sum of RGB (Red+Green+Blue) = 81+31+188=300 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27% from 300); Green value is 31 (12.5% from 255 or 10.33% from 300); Blue value is 188 (73.83% from 255 or 62.67% from 300); Max value from RGB is 188 - color contains mainly: blue. Hex color #511FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511FBC is #AEE043. Grayscale: #3F3F3F. Windows color (decimal): -11460676 or 12328785. OLE color: 12328785.

HSL color Cylindrical-coordinate representation of color #511FBC: hue angle of 259.11º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #511FBC is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 81 31 188 -
CMYK 0.57 0.84 0 0.26
HSL 259.11º 0.72% 0.43% -
HSV(B) 259.11º 0.84% 0.74% -
XYZ 12.96 6.36 48.12 -
YUV 63.85 198.07 140.23 -
System Red Green Blue C M Y K H S L
Decimal 81 31 188 0.57 0.84 0 0.26 259.11 0.72 0.43
Hex 51 1F BC 39 54 0 1A 103 48 2B
Octal 121 37 274 71 124 0 32 403 110 53
Binary 1010001 11111 10111100 111001 1010100 0 11010 100000011 1001000 101011

Color Harmonies of #511FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511FBC

Black with #511FBC

Text Example


Text Example

White with #511FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,31,188); }

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

background-color css

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

 a { background-color: rgb(81,31,188); }

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

border-color css

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

 span { border-color: rgb(81,31,188); }

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