Html Css Color HEX #513DBF Purple Heart

📋 copy color: '#513DBF'

red 81 ◦ green 61 ◦ blue 191

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

Shades of Purple Heart #513DBF

Tints of Purple Heart #513DBF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.32%

 BLUE value IS 191 (75% from 255) = 57.36%

R = 24.32%
G = 18.32%
B = 57.36%

CMYK

 C value IS 0.58

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#513DBF (or 0x513DBF) is known color: Purple Heart. HEX triplet: 51, 3D and BF. RGB value is (81,61,191). Sum of RGB (Red+Green+Blue) = 81+61+191=333 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.32% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 191 (75% from 255 or 57.36% from 333); Max value from RGB is 191 - color contains mainly: blue. Hex color #513DBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513DBF is #AEC240. Grayscale: #515151. Windows color (decimal): -11452993 or 12533073. OLE color: 12533073.

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

Color convert

RGB 81 61 191 -
CMYK 0.58 0.68 0 0.25
HSL 249.23º 0.52% 0.49% -
HSV(B) 249.23º 0.68% 0.75% -
XYZ 14.47 8.85 50.24 -
YUV 81.8 189.63 127.43 -
System Red Green Blue C M Y K H S L
Decimal 81 61 191 0.58 0.68 0 0.25 249.23 0.52 0.49
Hex 51 3D BF 3A 44 0 19 F9 34 31
Octal 121 75 277 72 104 0 31 371 64 61
Binary 1010001 111101 10111111 111010 1000100 0 11001 11111001 110100 110001

Color Harmonies of #513DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513DBF

Black with #513DBF

Text Example


Text Example

White with #513DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,61,191); }

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

background-color css

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

 a { background-color: rgb(81,61,191); }

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

border-color css

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

 span { border-color: rgb(81,61,191); }

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