Html Css Color HEX #513CB6 Purple Heart

📋 copy color: '#513CB6'

red 81 ◦ green 60 ◦ blue 182

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

Shades of Purple Heart #513CB6

Tints of Purple Heart #513CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 56.35%

R = 25.08%
G = 18.58%
B = 56.35%

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

#513CB6 (or 0x513CB6) is known color: Purple Heart. HEX triplet: 51, 3C and B6. RGB value is (81,60,182). Sum of RGB (Red+Green+Blue) = 81+60+182=323 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.08% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 182 (71.48% from 255 or 56.35% from 323); Max value from RGB is 182 - color contains mainly: blue. Hex color #513CB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513CB6 is #AEC349. Grayscale: #4F4F4F. Windows color (decimal): -11453258 or 11942993. OLE color: 11942993.

HSL color Cylindrical-coordinate representation of color #513CB6: hue angle of 250.33º 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 #513CB6 is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 81 60 182 -
CMYK 0.55 0.67 0 0.29
HSL 250.33º 0.5% 0.47% -
HSV(B) 250.33º 0.67% 0.71% -
XYZ 13.45 8.36 45.16 -
YUV 80.19 185.46 128.58 -
System Red Green Blue C M Y K H S L
Decimal 81 60 182 0.55 0.67 0 0.29 250.33 0.5 0.47
Hex 51 3C B6 37 43 0 1D FA 32 2F
Octal 121 74 266 67 103 0 35 372 62 57
Binary 1010001 111100 10110110 110111 1000011 0 11101 11111010 110010 101111

Color Harmonies of #513CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513CB6

Black with #513CB6

Text Example


Text Example

White with #513CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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