Html Css Color HEX #5224BE Purple Heart

📋 copy color: '#5224BE'

red 82 ◦ green 36 ◦ blue 190

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

Shades of Purple Heart #5224BE

Tints of Purple Heart #5224BE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.69%

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

R = 26.62%
G = 11.69%
B = 61.69%

CMYK

 C value IS 0.57

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5224BE (or 0x5224BE) is known color: Purple Heart. HEX triplet: 52, 24 and BE. RGB value is (82,36,190). Sum of RGB (Red+Green+Blue) = 82+36+190=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 190 (74.61% from 255 or 61.69% from 308); Max value from RGB is 190 - color contains mainly: blue. Hex color #5224BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5224BE is #ADDB41. Grayscale: #424242. Windows color (decimal): -11393858 or 12461138. OLE color: 12461138.

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

Color convert

RGB 82 36 190 -
CMYK 0.57 0.81 0 0.25
HSL 257.92º 0.68% 0.44% -
HSV(B) 257.92º 0.81% 0.75% -
XYZ 13.4 6.77 49.32 -
YUV 67.31 197.24 138.48 -
System Red Green Blue C M Y K H S L
Decimal 82 36 190 0.57 0.81 0 0.25 257.92 0.68 0.44
Hex 52 24 BE 39 51 0 19 102 44 2C
Octal 122 44 276 71 121 0 31 402 104 54
Binary 1010010 100100 10111110 111001 1010001 0 11001 100000010 1000100 101100

Color Harmonies of #5224BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5224BE

Black with #5224BE

Text Example


Text Example

White with #5224BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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