Html Css Color HEX #5236BE Purple Heart

📋 copy color: '#5236BE'

red 82 ◦ green 54 ◦ blue 190

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

Shades of Purple Heart #5236BE

Tints of Purple Heart #5236BE

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.56%

 BLUE value IS 190 (74.61% from 255) = 58.28%

R = 25.15%
G = 16.56%
B = 58.28%

CMYK

 C value IS 0.57

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5236BE (or 0x5236BE) is known color: Purple Heart. HEX triplet: 52, 36 and BE. RGB value is (82,54,190). Sum of RGB (Red+Green+Blue) = 82+54+190=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 190 (74.61% from 255 or 58.28% from 326); Max value from RGB is 190 - color contains mainly: blue. Hex color #5236BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5236BE is #ADC941. Grayscale: #4D4D4D. Windows color (decimal): -11389250 or 12465746. OLE color: 12465746.

HSL color Cylindrical-coordinate representation of color #5236BE: hue angle of 252.35º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5236BE is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 54 190 -
CMYK 0.57 0.72 0 0.25
HSL 252.35º 0.56% 0.48% -
HSV(B) 252.35º 0.72% 0.75% -
XYZ 14.09 8.15 49.55 -
YUV 77.88 191.28 130.94 -
System Red Green Blue C M Y K H S L
Decimal 82 54 190 0.57 0.72 0 0.25 252.35 0.56 0.48
Hex 52 36 BE 39 48 0 19 FC 38 30
Octal 122 66 276 71 110 0 31 374 70 60
Binary 1010010 110110 10111110 111001 1001000 0 11001 11111100 111000 110000

Color Harmonies of #5236BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5236BE

Black with #5236BE

Text Example


Text Example

White with #5236BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5236BE; }

 p { color: rgb(82,54,190); }

 H1.HeaderClassName
 {
   color: #5236BE;
 }
 .AnyTagClassName
 {
   color: #5236BE;
 }
</style>

background-color css

<style>
 a { background-color: #5236BE; }

 a { background-color: rgb(82,54,190); }

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

border-color css

<style>
 span { border-color: #5236BE; }

 span { border-color: rgb(82,54,190); }

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