Html Css Color HEX #5132DC Purple Heart

📋 copy color: '#5132DC'

red 81 ◦ green 50 ◦ blue 220

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

Shades of Purple Heart #5132DC

Tints of Purple Heart #5132DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 62.68%

R = 23.08%
G = 14.25%
B = 62.68%

CMYK

 C value IS 0.63

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5132DC (or 0x5132DC) is known color: Purple Heart. HEX triplet: 51, 32 and DC. RGB value is (81,50,220). Sum of RGB (Red+Green+Blue) = 81+50+220=351 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.08% from 351); Green value is 50 (19.92% from 255 or 14.25% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #5132DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5132DC is #AECD23. Grayscale: #4E4E4E. Windows color (decimal): -11455780 or 14430801. OLE color: 14430801.

HSL color Cylindrical-coordinate representation of color #5132DC: hue angle of 250.94º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5132DC is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 81 50 220 -
CMYK 0.63 0.77 0 0.14
HSL 250.94º 0.71% 0.53% -
HSV(B) 250.94º 0.77% 0.86% -
XYZ 17.45 9.2 68.57 -
YUV 78.65 207.77 129.68 -
System Red Green Blue C M Y K H S L
Decimal 81 50 220 0.63 0.77 0 0.14 250.94 0.71 0.53
Hex 51 32 DC 3F 4D 0 E FB 47 35
Octal 121 62 334 77 115 0 16 373 107 65
Binary 1010001 110010 11011100 111111 1001101 0 1110 11111011 1000111 110101

Color Harmonies of #5132DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5132DC

Black with #5132DC

Text Example


Text Example

White with #5132DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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