Html Css Color HEX #513ABE Purple Heart

📋 copy color: '#513ABE'

red 81 ◦ green 58 ◦ blue 190

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

Shades of Purple Heart #513ABE

Tints of Purple Heart #513ABE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.63%

 BLUE value IS 190 (74.61% from 255) = 57.75%

R = 24.62%
G = 17.63%
B = 57.75%

CMYK

 C value IS 0.57

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#513ABE (or 0x513ABE) is known color: Purple Heart. HEX triplet: 51, 3A and BE. RGB value is (81,58,190). Sum of RGB (Red+Green+Blue) = 81+58+190=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 190 (74.61% from 255 or 57.75% from 329); Max value from RGB is 190 - color contains mainly: blue. Hex color #513ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513ABE is #AEC541. Grayscale: #4F4F4F. Windows color (decimal): -11453762 or 12466769. OLE color: 12466769.

HSL color Cylindrical-coordinate representation of color #513ABE: hue angle of 250.45º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #513ABE is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 81 58 190 -
CMYK 0.57 0.69 0 0.25
HSL 250.45º 0.53% 0.49% -
HSV(B) 250.45º 0.69% 0.75% -
XYZ 14.2 8.49 49.61 -
YUV 79.93 190.12 128.77 -
System Red Green Blue C M Y K H S L
Decimal 81 58 190 0.57 0.69 0 0.25 250.45 0.53 0.49
Hex 51 3A BE 39 45 0 19 FA 35 31
Octal 121 72 276 71 105 0 31 372 65 61
Binary 1010001 111010 10111110 111001 1000101 0 11001 11111010 110101 110001

Color Harmonies of #513ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513ABE

Black with #513ABE

Text Example


Text Example

White with #513ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,58,190); }

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

background-color css

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

 a { background-color: rgb(81,58,190); }

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

border-color css

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

 span { border-color: rgb(81,58,190); }

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