Html Css Color HEX #5238BC Purple Heart

📋 copy color: '#5238BC'

red 82 ◦ green 56 ◦ blue 188

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

Shades of Purple Heart #5238BC

Tints of Purple Heart #5238BC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.18%

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

R = 25.15%
G = 17.18%
B = 57.67%

CMYK

 C value IS 0.56

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5238BC (or 0x5238BC) is known color: Purple Heart. HEX triplet: 52, 38 and BC. RGB value is (82,56,188). Sum of RGB (Red+Green+Blue) = 82+56+188=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 188 (73.83% from 255 or 57.67% from 326); Max value from RGB is 188 - color contains mainly: blue. Hex color #5238BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5238BC is #ADC743. Grayscale: #4E4E4E. Windows color (decimal): -11388740 or 12335186. OLE color: 12335186.

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

Color convert

RGB 82 56 188 -
CMYK 0.56 0.70 0 0.26
HSL 251.82º 0.54% 0.48% -
HSV(B) 251.82º 0.7% 0.74% -
XYZ 13.97 8.25 48.43 -
YUV 78.82 189.61 130.27 -
System Red Green Blue C M Y K H S L
Decimal 82 56 188 0.56 0.70 0 0.26 251.82 0.54 0.48
Hex 52 38 BC 38 46 0 1A FC 36 30
Octal 122 70 274 70 106 0 32 374 66 60
Binary 1010010 111000 10111100 111000 1000110 0 11010 11111100 110110 110000

Color Harmonies of #5238BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5238BC

Black with #5238BC

Text Example


Text Example

White with #5238BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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