Html Css Color HEX #513CB4 Purple Heart

📋 copy color: '#513CB4'

red 81 ◦ green 60 ◦ blue 180

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

Shades of Purple Heart #513CB4

Tints of Purple Heart #513CB4

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.69%

 BLUE value IS 180 (70.7% from 255) = 56.07%

R = 25.23%
G = 18.69%
B = 56.07%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#513CB4 (or 0x513CB4) is known color: Purple Heart. HEX triplet: 51, 3C and B4. RGB value is (81,60,180). Sum of RGB (Red+Green+Blue) = 81+60+180=321 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.23% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 180 (70.70% from 255 or 56.07% from 321); Max value from RGB is 180 - color contains mainly: blue. Hex color #513CB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513CB4 is #AEC34B. Grayscale: #4F4F4F. Windows color (decimal): -11453260 or 11811921. OLE color: 11811921.

HSL color Cylindrical-coordinate representation of color #513CB4: hue angle of 250.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #513CB4 is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 81 60 180 -
CMYK 0.55 0.67 0 0.29
HSL 250.5º 0.5% 0.47% -
HSV(B) 250.5º 0.67% 0.71% -
XYZ 13.25 8.28 44.08 -
YUV 79.96 184.46 128.74 -
System Red Green Blue C M Y K H S L
Decimal 81 60 180 0.55 0.67 0 0.29 250.5 0.5 0.47
Hex 51 3C B4 37 43 0 1D FB 32 2F
Octal 121 74 264 67 103 0 35 373 62 57
Binary 1010001 111100 10110100 110111 1000011 0 11101 11111011 110010 101111

Color Harmonies of #513CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513CB4

Black with #513CB4

Text Example


Text Example

White with #513CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,60,180); }

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

background-color css

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

 a { background-color: rgb(81,60,180); }

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

border-color css

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

 span { border-color: rgb(81,60,180); }

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