Html Css Color HEX #513EBC Purple Heart

📋 copy color: '#513EBC'

red 81 ◦ green 62 ◦ blue 188

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

Shades of Purple Heart #513EBC

Tints of Purple Heart #513EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 56.8%

R = 24.47%
G = 18.73%
B = 56.8%

CMYK

 C value IS 0.57

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#513EBC (or 0x513EBC) is known color: Purple Heart. HEX triplet: 51, 3E and BC. RGB value is (81,62,188). Sum of RGB (Red+Green+Blue) = 81+62+188=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 62 (24.61% from 255 or 18.73% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #513EBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513EBC is #AEC143. Grayscale: #515151. Windows color (decimal): -11452740 or 12336721. OLE color: 12336721.

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

Color convert

RGB 81 62 188 -
CMYK 0.57 0.67 0 0.26
HSL 249.05º 0.5% 0.49% -
HSV(B) 249.05º 0.67% 0.74% -
XYZ 14.19 8.83 48.53 -
YUV 82.05 187.79 127.25 -
System Red Green Blue C M Y K H S L
Decimal 81 62 188 0.57 0.67 0 0.26 249.05 0.5 0.49
Hex 51 3E BC 39 43 0 1A F9 32 31
Octal 121 76 274 71 103 0 32 371 62 61
Binary 1010001 111110 10111100 111001 1000011 0 11010 11111001 110010 110001

Color Harmonies of #513EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513EBC

Black with #513EBC

Text Example


Text Example

White with #513EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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