Html Css Color HEX #513DBB Purple Heart

📋 copy color: '#513DBB'

red 81 ◦ green 61 ◦ blue 187

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

Shades of Purple Heart #513DBB

Tints of Purple Heart #513DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 56.84%

R = 24.62%
G = 18.54%
B = 56.84%

CMYK

 C value IS 0.57

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#513DBB (or 0x513DBB) is known color: Purple Heart. HEX triplet: 51, 3D and BB. RGB value is (81,61,187). Sum of RGB (Red+Green+Blue) = 81+61+187=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 187 (73.44% from 255 or 56.84% from 329); Max value from RGB is 187 - color contains mainly: blue. Hex color #513DBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513DBB is #AEC244. Grayscale: #505050. Windows color (decimal): -11452997 or 12270929. OLE color: 12270929.

HSL color Cylindrical-coordinate representation of color #513DBB: hue angle of 249.52º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #513DBB is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 81 61 187 -
CMYK 0.57 0.67 0 0.27
HSL 249.52º 0.51% 0.49% -
HSV(B) 249.52º 0.67% 0.73% -
XYZ 14.03 8.67 47.95 -
YUV 81.34 187.63 127.75 -
System Red Green Blue C M Y K H S L
Decimal 81 61 187 0.57 0.67 0 0.27 249.52 0.51 0.49
Hex 51 3D BB 39 43 0 1B FA 33 31
Octal 121 75 273 71 103 0 33 372 63 61
Binary 1010001 111101 10111011 111001 1000011 0 11011 11111010 110011 110001

Color Harmonies of #513DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513DBB

Black with #513DBB

Text Example


Text Example

White with #513DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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