Html Css Color HEX #513CB9 Purple Heart

📋 copy color: '#513CB9'

red 81 ◦ green 60 ◦ blue 185

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

Shades of Purple Heart #513CB9

Tints of Purple Heart #513CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 56.75%

R = 24.85%
G = 18.4%
B = 56.75%

CMYK

 C value IS 0.56

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#513CB9 (or 0x513CB9) is known color: Purple Heart. HEX triplet: 51, 3C and B9. RGB value is (81,60,185). Sum of RGB (Red+Green+Blue) = 81+60+185=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 60 (23.83% from 255 or 18.40% from 326); Blue value is 185 (72.66% from 255 or 56.75% from 326); Max value from RGB is 185 - color contains mainly: blue. Hex color #513CB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513CB9 is #AEC346. Grayscale: #505050. Windows color (decimal): -11453255 or 12139601. OLE color: 12139601.

HSL color Cylindrical-coordinate representation of color #513CB9: hue angle of 250.08º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #513CB9 is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 81 60 185 -
CMYK 0.56 0.68 0 0.27
HSL 250.08º 0.51% 0.48% -
HSV(B) 250.08º 0.68% 0.73% -
XYZ 13.77 8.48 46.81 -
YUV 80.53 186.96 128.34 -
System Red Green Blue C M Y K H S L
Decimal 81 60 185 0.56 0.68 0 0.27 250.08 0.51 0.48
Hex 51 3C B9 38 44 0 1B FA 33 30
Octal 121 74 271 70 104 0 33 372 63 60
Binary 1010001 111100 10111001 111000 1000100 0 11011 11111010 110011 110000

Color Harmonies of #513CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513CB9

Black with #513CB9

Text Example


Text Example

White with #513CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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