Html Css Color HEX #5132B6 Purple Heart

📋 copy color: '#5132B6'

red 81 ◦ green 50 ◦ blue 182

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

Shades of Purple Heart #5132B6

Tints of Purple Heart #5132B6

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.97%

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

R = 25.88%
G = 15.97%
B = 58.15%

CMYK

 C value IS 0.55

 M value IS 0.73

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5132B6 (or 0x5132B6) is known color: Purple Heart. HEX triplet: 51, 32 and B6. RGB value is (81,50,182). Sum of RGB (Red+Green+Blue) = 81+50+182=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 182 (71.48% from 255 or 58.15% from 313); Max value from RGB is 182 - color contains mainly: blue. Hex color #5132B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5132B6 is #AECD49. Grayscale: #494949. Windows color (decimal): -11455818 or 11940433. OLE color: 11940433.

HSL color Cylindrical-coordinate representation of color #5132B6: hue angle of 254.09º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5132B6 is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 81 50 182 -
CMYK 0.55 0.73 0 0.29
HSL 254.09º 0.57% 0.45% -
HSV(B) 254.09º 0.73% 0.71% -
XYZ 12.98 7.41 45 -
YUV 74.32 188.77 132.77 -
System Red Green Blue C M Y K H S L
Decimal 81 50 182 0.55 0.73 0 0.29 254.09 0.57 0.45
Hex 51 32 B6 37 49 0 1D FE 39 2D
Octal 121 62 266 67 111 0 35 376 71 55
Binary 1010001 110010 10110110 110111 1001001 0 11101 11111110 111001 101101

Color Harmonies of #5132B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5132B6

Black with #5132B6

Text Example


Text Example

White with #5132B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5132B6; }

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

 H1.HeaderClassName
 {
   color: #5132B6;
 }
 .AnyTagClassName
 {
   color: #5132B6;
 }
</style>

background-color css

<style>
 a { background-color: #5132B6; }

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

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

border-color css

<style>
 span { border-color: #5132B6; }

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

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