Html Css Color HEX #5137DA Purple Heart

📋 copy color: '#5137DA'

red 81 ◦ green 55 ◦ blue 218

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

Shades of Purple Heart #5137DA

Tints of Purple Heart #5137DA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.54%

 BLUE value IS 218 (85.55% from 255) = 61.58%

R = 22.88%
G = 15.54%
B = 61.58%

CMYK

 C value IS 0.63

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5137DA (or 0x5137DA) is known color: Purple Heart. HEX triplet: 51, 37 and DA. RGB value is (81,55,218). Sum of RGB (Red+Green+Blue) = 81+55+218=354 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.88% from 354); Green value is 55 (21.88% from 255 or 15.54% from 354); Blue value is 218 (85.55% from 255 or 61.58% from 354); Max value from RGB is 218 - color contains mainly: blue. Hex color #5137DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5137DA is #AEC825. Grayscale: #505050. Windows color (decimal): -11454502 or 14301009. OLE color: 14301009.

HSL color Cylindrical-coordinate representation of color #5137DA: hue angle of 249.57º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5137DA is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 81 55 218 -
CMYK 0.63 0.75 0 0.15
HSL 249.57º 0.69% 0.54% -
HSV(B) 249.57º 0.75% 0.85% -
XYZ 17.41 9.54 67.25 -
YUV 81.36 205.11 127.75 -
System Red Green Blue C M Y K H S L
Decimal 81 55 218 0.63 0.75 0 0.15 249.57 0.69 0.54
Hex 51 37 DA 3F 4B 0 F FA 45 36
Octal 121 67 332 77 113 0 17 372 105 66
Binary 1010001 110111 11011010 111111 1001011 0 1111 11111010 1000101 110110

Color Harmonies of #5137DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5137DA

Black with #5137DA

Text Example


Text Example

White with #5137DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5137DA; }

 p { color: rgb(81,55,218); }

 H1.HeaderClassName
 {
   color: #5137DA;
 }
 .AnyTagClassName
 {
   color: #5137DA;
 }
</style>

background-color css

<style>
 a { background-color: #5137DA; }

 a { background-color: rgb(81,55,218); }

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

border-color css

<style>
 span { border-color: #5137DA; }

 span { border-color: rgb(81,55,218); }

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