Html Css Color HEX #513FBC Purple Heart

📋 copy color: '#513FBC'

red 81 ◦ green 63 ◦ blue 188

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

Shades of Purple Heart #513FBC

Tints of Purple Heart #513FBC

RGB

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

 GREEN value IS 63 (25% from 255) = 18.98%

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

R = 24.4%
G = 18.98%
B = 56.63%

CMYK

 C value IS 0.57

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#513FBC (or 0x513FBC) is known color: Purple Heart. HEX triplet: 51, 3F and BC. RGB value is (81,63,188). Sum of RGB (Red+Green+Blue) = 81+63+188=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 188 (73.83% from 255 or 56.63% from 332); Max value from RGB is 188 - color contains mainly: blue. Hex color #513FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513FBC is #AEC043. Grayscale: #525252. Windows color (decimal): -11452484 or 12336977. OLE color: 12336977.

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

Color convert

RGB 81 63 188 -
CMYK 0.57 0.66 0 0.26
HSL 248.64º 0.5% 0.49% -
HSV(B) 248.64º 0.66% 0.74% -
XYZ 14.25 8.94 48.55 -
YUV 82.63 187.46 126.84 -
System Red Green Blue C M Y K H S L
Decimal 81 63 188 0.57 0.66 0 0.26 248.64 0.5 0.49
Hex 51 3F BC 39 42 0 1A F9 32 31
Octal 121 77 274 71 102 0 32 371 62 61
Binary 1010001 111111 10111100 111001 1000010 0 11010 11111001 110010 110001

Color Harmonies of #513FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513FBC

Black with #513FBC

Text Example


Text Example

White with #513FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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