Html Css Color HEX #5239BA Purple Heart

📋 copy color: '#5239BA'

red 82 ◦ green 57 ◦ blue 186

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

Shades of Purple Heart #5239BA

Tints of Purple Heart #5239BA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.54%

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

R = 25.23%
G = 17.54%
B = 57.23%

CMYK

 C value IS 0.56

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5239BA (or 0x5239BA) is known color: Purple Heart. HEX triplet: 52, 39 and BA. RGB value is (82,57,186). Sum of RGB (Red+Green+Blue) = 82+57+186=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #5239BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5239BA is #ADC645. Grayscale: #4E4E4E. Windows color (decimal): -11388486 or 12204370. OLE color: 12204370.

HSL color Cylindrical-coordinate representation of color #5239BA: hue angle of 251.63º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5239BA is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 57 186 -
CMYK 0.56 0.69 0 0.27
HSL 251.63º 0.53% 0.48% -
HSV(B) 251.63º 0.69% 0.73% -
XYZ 13.81 8.27 47.32 -
YUV 79.18 188.28 130.01 -
System Red Green Blue C M Y K H S L
Decimal 82 57 186 0.56 0.69 0 0.27 251.63 0.53 0.48
Hex 52 39 BA 38 45 0 1B FC 35 30
Octal 122 71 272 70 105 0 33 374 65 60
Binary 1010010 111001 10111010 111000 1000101 0 11011 11111100 110101 110000

Color Harmonies of #5239BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5239BA

Black with #5239BA

Text Example


Text Example

White with #5239BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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