Html Css Color HEX #5237BC Purple Heart

📋 copy color: '#5237BC'

red 82 ◦ green 55 ◦ blue 188

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

Shades of Purple Heart #5237BC

Tints of Purple Heart #5237BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 57.85%

R = 25.23%
G = 16.92%
B = 57.85%

CMYK

 C value IS 0.56

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5237BC (or 0x5237BC) is known color: Purple Heart. HEX triplet: 52, 37 and BC. RGB value is (82,55,188). Sum of RGB (Red+Green+Blue) = 82+55+188=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 188 (73.83% from 255 or 57.85% from 325); Max value from RGB is 188 - color contains mainly: blue. Hex color #5237BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5237BC is #ADC843. Grayscale: #4D4D4D. Windows color (decimal): -11388996 or 12334930. OLE color: 12334930.

HSL color Cylindrical-coordinate representation of color #5237BC: hue angle of 252.18º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5237BC is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 55 188 -
CMYK 0.56 0.71 0 0.26
HSL 252.18º 0.55% 0.48% -
HSV(B) 252.18º 0.71% 0.74% -
XYZ 13.92 8.16 48.42 -
YUV 78.24 189.95 130.69 -
System Red Green Blue C M Y K H S L
Decimal 82 55 188 0.56 0.71 0 0.26 252.18 0.55 0.48
Hex 52 37 BC 38 47 0 1A FC 37 30
Octal 122 67 274 70 107 0 32 374 67 60
Binary 1010010 110111 10111100 111000 1000111 0 11010 11111100 110111 110000

Color Harmonies of #5237BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5237BC

Black with #5237BC

Text Example


Text Example

White with #5237BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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