Html Css Color HEX #5136DD Purple Heart

📋 copy color: '#5136DD'

red 81 ◦ green 54 ◦ blue 221

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

Shades of Purple Heart #5136DD

Tints of Purple Heart #5136DD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.17%

 BLUE value IS 221 (86.72% from 255) = 62.08%

R = 22.75%
G = 15.17%
B = 62.08%

CMYK

 C value IS 0.63

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5136DD (or 0x5136DD) is known color: Purple Heart. HEX triplet: 51, 36 and DD. RGB value is (81,54,221). Sum of RGB (Red+Green+Blue) = 81+54+221=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 54 (21.48% from 255 or 15.17% from 356); Blue value is 221 (86.72% from 255 or 62.08% from 356); Max value from RGB is 221 - color contains mainly: blue. Hex color #5136DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5136DD is #AEC922. Grayscale: #505050. Windows color (decimal): -11454755 or 14497361. OLE color: 14497361.

HSL color Cylindrical-coordinate representation of color #5136DD: hue angle of 249.7º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5136DD is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 54 221 -
CMYK 0.63 0.76 0 0.13
HSL 249.7º 0.71% 0.54% -
HSV(B) 249.7º 0.76% 0.87% -
XYZ 17.76 9.61 69.32 -
YUV 81.11 206.95 127.92 -
System Red Green Blue C M Y K H S L
Decimal 81 54 221 0.63 0.76 0 0.13 249.7 0.71 0.54
Hex 51 36 DD 3F 4C 0 D FA 47 36
Octal 121 66 335 77 114 0 15 372 107 66
Binary 1010001 110110 11011101 111111 1001100 0 1101 11111010 1000111 110110

Color Harmonies of #5136DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5136DD

Black with #5136DD

Text Example


Text Example

White with #5136DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5136DD; }

 p { color: rgb(81,54,221); }

 H1.HeaderClassName
 {
   color: #5136DD;
 }
 .AnyTagClassName
 {
   color: #5136DD;
 }
</style>

background-color css

<style>
 a { background-color: #5136DD; }

 a { background-color: rgb(81,54,221); }

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

border-color css

<style>
 span { border-color: #5136DD; }

 span { border-color: rgb(81,54,221); }

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