Html Css Color HEX #513CB7 Purple Heart

📋 copy color: '#513CB7'

red 81 ◦ green 60 ◦ blue 183

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

Shades of Purple Heart #513CB7

Tints of Purple Heart #513CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 56.48%

R = 25%
G = 18.52%
B = 56.48%

CMYK

 C value IS 0.56

 M value IS 0.67

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#513CB7 (or 0x513CB7) is known color: Purple Heart. HEX triplet: 51, 3C and B7. RGB value is (81,60,183). Sum of RGB (Red+Green+Blue) = 81+60+183=324 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 183 (71.88% from 255 or 56.48% from 324); Max value from RGB is 183 - color contains mainly: blue. Hex color #513CB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513CB7 is #AEC348. Grayscale: #4F4F4F. Windows color (decimal): -11453257 or 12008529. OLE color: 12008529.

HSL color Cylindrical-coordinate representation of color #513CB7: hue angle of 250.24º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #513CB7 is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 81 60 183 -
CMYK 0.56 0.67 0 0.28
HSL 250.24º 0.51% 0.48% -
HSV(B) 250.24º 0.67% 0.72% -
XYZ 13.56 8.4 45.71 -
YUV 80.3 185.96 128.5 -
System Red Green Blue C M Y K H S L
Decimal 81 60 183 0.56 0.67 0 0.28 250.24 0.51 0.48
Hex 51 3C B7 38 43 0 1C FA 33 30
Octal 121 74 267 70 103 0 34 372 63 60
Binary 1010001 111100 10110111 111000 1000011 0 11100 11111010 110011 110000

Color Harmonies of #513CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513CB7

Black with #513CB7

Text Example


Text Example

White with #513CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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