Html Css Color HEX #513CB1 Purple Heart

📋 copy color: '#513CB1'

red 81 ◦ green 60 ◦ blue 177

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

Shades of Purple Heart #513CB1

Tints of Purple Heart #513CB1

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.87%

 BLUE value IS 177 (69.53% from 255) = 55.66%

R = 25.47%
G = 18.87%
B = 55.66%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#513CB1 (or 0x513CB1) is known color: Purple Heart. HEX triplet: 51, 3C and B1. RGB value is (81,60,177). Sum of RGB (Red+Green+Blue) = 81+60+177=318 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.47% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 177 (69.53% from 255 or 55.66% from 318); Max value from RGB is 177 - color contains mainly: blue. Hex color #513CB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513CB1 is #AEC34E. Grayscale: #4F4F4F. Windows color (decimal): -11453263 or 11615313. OLE color: 11615313.

HSL color Cylindrical-coordinate representation of color #513CB1: hue angle of 250.77º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #513CB1 is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 81 60 177 -
CMYK 0.54 0.66 0 0.31
HSL 250.77º 0.49% 0.46% -
HSV(B) 250.77º 0.66% 0.69% -
XYZ 12.95 8.16 42.49 -
YUV 79.62 182.96 128.99 -
System Red Green Blue C M Y K H S L
Decimal 81 60 177 0.54 0.66 0 0.31 250.77 0.49 0.46
Hex 51 3C B1 36 42 0 1F FB 31 2E
Octal 121 74 261 66 102 0 37 373 61 56
Binary 1010001 111100 10110001 110110 1000010 0 11111 11111011 110001 101110

Color Harmonies of #513CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513CB1

Black with #513CB1

Text Example


Text Example

White with #513CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513CB1; }

 p { color: rgb(81,60,177); }

 H1.HeaderClassName
 {
   color: #513CB1;
 }
 .AnyTagClassName
 {
   color: #513CB1;
 }
</style>

background-color css

<style>
 a { background-color: #513CB1; }

 a { background-color: rgb(81,60,177); }

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

border-color css

<style>
 span { border-color: #513CB1; }

 span { border-color: rgb(81,60,177); }

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