Html Css Color HEX #513EC8 Purple Heart

📋 copy color: '#513EC8'

red 81 ◦ green 62 ◦ blue 200

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

Shades of Purple Heart #513EC8

Tints of Purple Heart #513EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 58.31%

R = 23.62%
G = 18.08%
B = 58.31%

CMYK

 C value IS 0.59

 M value IS 0.69

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#513EC8 (or 0x513EC8) is known color: Purple Heart. HEX triplet: 51, 3E and C8. RGB value is (81,62,200). Sum of RGB (Red+Green+Blue) = 81+62+200=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 62 (24.61% from 255 or 18.08% from 343); Blue value is 200 (78.52% from 255 or 58.31% from 343); Max value from RGB is 200 - color contains mainly: blue. Hex color #513EC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513EC8 is #AEC137. Grayscale: #525252. Windows color (decimal): -11452728 or 13123153. OLE color: 13123153.

HSL color Cylindrical-coordinate representation of color #513EC8: hue angle of 248.26º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #513EC8 is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 81 62 200 -
CMYK 0.59 0.69 0 0.22
HSL 248.26º 0.56% 0.51% -
HSV(B) 248.26º 0.69% 0.78% -
XYZ 15.54 9.36 55.63 -
YUV 83.41 193.79 126.28 -
System Red Green Blue C M Y K H S L
Decimal 81 62 200 0.59 0.69 0 0.22 248.26 0.56 0.51
Hex 51 3E C8 3B 45 0 16 F8 38 33
Octal 121 76 310 73 105 0 26 370 70 63
Binary 1010001 111110 11001000 111011 1000101 0 10110 11111000 111000 110011

Color Harmonies of #513EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513EC8

Black with #513EC8

Text Example


Text Example

White with #513EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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