Html Css Color HEX #513EBB Purple Heart

📋 copy color: '#513EBB'

red 81 ◦ green 62 ◦ blue 187

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

Shades of Purple Heart #513EBB

Tints of Purple Heart #513EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 56.67%

R = 24.55%
G = 18.79%
B = 56.67%

CMYK

 C value IS 0.57

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#513EBB (or 0x513EBB) is known color: Purple Heart. HEX triplet: 51, 3E and BB. RGB value is (81,62,187). Sum of RGB (Red+Green+Blue) = 81+62+187=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 62 (24.61% from 255 or 18.79% from 330); Blue value is 187 (73.44% from 255 or 56.67% from 330); Max value from RGB is 187 - color contains mainly: blue. Hex color #513EBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513EBB is #AEC144. Grayscale: #515151. Windows color (decimal): -11452741 or 12271185. OLE color: 12271185.

HSL color Cylindrical-coordinate representation of color #513EBB: hue angle of 249.12º 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 #513EBB is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 81 62 187 -
CMYK 0.57 0.67 0 0.27
HSL 249.12º 0.5% 0.49% -
HSV(B) 249.12º 0.67% 0.73% -
XYZ 14.09 8.78 47.97 -
YUV 81.93 187.29 127.34 -
System Red Green Blue C M Y K H S L
Decimal 81 62 187 0.57 0.67 0 0.27 249.12 0.5 0.49
Hex 51 3E BB 39 43 0 1B F9 32 31
Octal 121 76 273 71 103 0 33 371 62 61
Binary 1010001 111110 10111011 111001 1000011 0 11011 11111001 110010 110001

Color Harmonies of #513EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513EBB

Black with #513EBB

Text Example


Text Example

White with #513EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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