Html Css Color HEX #513EBA Purple Heart

📋 copy color: '#513EBA'

red 81 ◦ green 62 ◦ blue 186

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

Shades of Purple Heart #513EBA

Tints of Purple Heart #513EBA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.84%

 BLUE value IS 186 (73.05% from 255) = 56.53%

R = 24.62%
G = 18.84%
B = 56.53%

CMYK

 C value IS 0.56

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#513EBA (or 0x513EBA) is known color: Purple Heart. HEX triplet: 51, 3E and BA. RGB value is (81,62,186). Sum of RGB (Red+Green+Blue) = 81+62+186=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 62 (24.61% from 255 or 18.84% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #513EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513EBA is #AEC145. Grayscale: #515151. Windows color (decimal): -11452742 or 12205649. OLE color: 12205649.

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

Color convert

RGB 81 62 186 -
CMYK 0.56 0.67 0 0.27
HSL 249.19º 0.5% 0.49% -
HSV(B) 249.19º 0.67% 0.73% -
XYZ 13.98 8.74 47.4 -
YUV 81.82 186.79 127.42 -
System Red Green Blue C M Y K H S L
Decimal 81 62 186 0.56 0.67 0 0.27 249.19 0.5 0.49
Hex 51 3E BA 38 43 0 1B F9 32 31
Octal 121 76 272 70 103 0 33 371 62 61
Binary 1010001 111110 10111010 111000 1000011 0 11011 11111001 110010 110001

Color Harmonies of #513EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513EBA

Black with #513EBA

Text Example


Text Example

White with #513EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,62,186); }

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

background-color css

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

 a { background-color: rgb(81,62,186); }

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

border-color css

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

 span { border-color: rgb(81,62,186); }

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