Html Css Color HEX #511CBE Purple Heart

📋 copy color: '#511CBE'

red 81 ◦ green 28 ◦ blue 190

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

Shades of Purple Heart #511CBE

Tints of Purple Heart #511CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 63.55%

R = 27.09%
G = 9.36%
B = 63.55%

CMYK

 C value IS 0.57

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#511CBE (or 0x511CBE) is known color: Purple Heart. HEX triplet: 51, 1C and BE. RGB value is (81,28,190). Sum of RGB (Red+Green+Blue) = 81+28+190=299 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.09% from 299); Green value is 28 (11.33% from 255 or 9.36% from 299); Blue value is 190 (74.61% from 255 or 63.55% from 299); Max value from RGB is 190 - color contains mainly: blue. Hex color #511CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511CBE is #AEE341. Grayscale: #3D3D3D. Windows color (decimal): -11461442 or 12459089. OLE color: 12459089.

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

Color convert

RGB 81 28 190 -
CMYK 0.57 0.85 0 0.25
HSL 259.63º 0.74% 0.43% -
HSV(B) 259.63º 0.85% 0.75% -
XYZ 13.1 6.3 49.24 -
YUV 62.32 200.06 141.33 -
System Red Green Blue C M Y K H S L
Decimal 81 28 190 0.57 0.85 0 0.25 259.63 0.74 0.43
Hex 51 1C BE 39 55 0 19 104 4A 2B
Octal 121 34 276 71 125 0 31 404 112 53
Binary 1010001 11100 10111110 111001 1010101 0 11001 100000100 1001010 101011

Color Harmonies of #511CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511CBE

Black with #511CBE

Text Example


Text Example

White with #511CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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