Html Css Color HEX #5237BA Purple Heart

📋 copy color: '#5237BA'

red 82 ◦ green 55 ◦ blue 186

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

Shades of Purple Heart #5237BA

Tints of Purple Heart #5237BA

RGB

 RED value IS 82 (32.42% from 255) = 25.39%

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

 BLUE value IS 186 (73.05% from 255) = 57.59%

R = 25.39%
G = 17.03%
B = 57.59%

CMYK

 C value IS 0.56

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5237BA (or 0x5237BA) is known color: Purple Heart. HEX triplet: 52, 37 and BA. RGB value is (82,55,186). Sum of RGB (Red+Green+Blue) = 82+55+186=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #5237BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5237BA is #ADC845. Grayscale: #4D4D4D. Windows color (decimal): -11388998 or 12203858. OLE color: 12203858.

HSL color Cylindrical-coordinate representation of color #5237BA: hue angle of 252.37º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5237BA is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 55 186 -
CMYK 0.56 0.70 0 0.27
HSL 252.37º 0.54% 0.47% -
HSV(B) 252.37º 0.7% 0.73% -
XYZ 13.71 8.07 47.29 -
YUV 78.01 188.95 130.85 -
System Red Green Blue C M Y K H S L
Decimal 82 55 186 0.56 0.70 0 0.27 252.37 0.54 0.47
Hex 52 37 BA 38 46 0 1B FC 36 2F
Octal 122 67 272 70 106 0 33 374 66 57
Binary 1010010 110111 10111010 111000 1000110 0 11011 11111100 110110 101111

Color Harmonies of #5237BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5237BA

Black with #5237BA

Text Example


Text Example

White with #5237BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5237BA; }

 p { color: rgb(82,55,186); }

 H1.HeaderClassName
 {
   color: #5237BA;
 }
 .AnyTagClassName
 {
   color: #5237BA;
 }
</style>

background-color css

<style>
 a { background-color: #5237BA; }

 a { background-color: rgb(82,55,186); }

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

border-color css

<style>
 span { border-color: #5237BA; }

 span { border-color: rgb(82,55,186); }

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