Html Css Color HEX #513BBA Purple Heart

📋 copy color: '#513BBA'

red 81 ◦ green 59 ◦ blue 186

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

Shades of Purple Heart #513BBA

Tints of Purple Heart #513BBA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.1%

 BLUE value IS 186 (73.05% from 255) = 57.06%

R = 24.85%
G = 18.1%
B = 57.06%

CMYK

 C value IS 0.56

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#513BBA (or 0x513BBA) is known color: Purple Heart. HEX triplet: 51, 3B and BA. RGB value is (81,59,186). Sum of RGB (Red+Green+Blue) = 81+59+186=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 59 (23.44% from 255 or 18.10% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #513BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513BBA is #AEC445. Grayscale: #4F4F4F. Windows color (decimal): -11453510 or 12204881. OLE color: 12204881.

HSL color Cylindrical-coordinate representation of color #513BBA: hue angle of 250.39º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #513BBA is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 81 59 186 -
CMYK 0.56 0.68 0 0.27
HSL 250.39º 0.52% 0.48% -
HSV(B) 250.39º 0.68% 0.73% -
XYZ 13.82 8.42 47.35 -
YUV 80.06 187.79 128.67 -
System Red Green Blue C M Y K H S L
Decimal 81 59 186 0.56 0.68 0 0.27 250.39 0.52 0.48
Hex 51 3B BA 38 44 0 1B FA 34 30
Octal 121 73 272 70 104 0 33 372 64 60
Binary 1010001 111011 10111010 111000 1000100 0 11011 11111010 110100 110000

Color Harmonies of #513BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513BBA

Black with #513BBA

Text Example


Text Example

White with #513BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,59,186); }

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

background-color css

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

 a { background-color: rgb(81,59,186); }

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

border-color css

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

 span { border-color: rgb(81,59,186); }

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