Html Css Color HEX #513CB8 Purple Heart

📋 copy color: '#513CB8'

red 81 ◦ green 60 ◦ blue 184

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

Shades of Purple Heart #513CB8

Tints of Purple Heart #513CB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 56.62%

R = 24.92%
G = 18.46%
B = 56.62%

CMYK

 C value IS 0.56

 M value IS 0.67

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#513CB8 (or 0x513CB8) is known color: Purple Heart. HEX triplet: 51, 3C and B8. RGB value is (81,60,184). Sum of RGB (Red+Green+Blue) = 81+60+184=325 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.92% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 184 (72.27% from 255 or 56.62% from 325); Max value from RGB is 184 - color contains mainly: blue. Hex color #513CB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513CB8 is #AEC347. Grayscale: #4F4F4F. Windows color (decimal): -11453256 or 12074065. OLE color: 12074065.

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

Color convert

RGB 81 60 184 -
CMYK 0.56 0.67 0 0.28
HSL 250.16º 0.51% 0.48% -
HSV(B) 250.16º 0.67% 0.72% -
XYZ 13.66 8.44 46.26 -
YUV 80.42 186.46 128.42 -
System Red Green Blue C M Y K H S L
Decimal 81 60 184 0.56 0.67 0 0.28 250.16 0.51 0.48
Hex 51 3C B8 38 43 0 1C FA 33 30
Octal 121 74 270 70 103 0 34 372 63 60
Binary 1010001 111100 10111000 111000 1000011 0 11100 11111010 110011 110000

Color Harmonies of #513CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513CB8

Black with #513CB8

Text Example


Text Example

White with #513CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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