Html Css Color HEX #5229BE Purple Heart

📋 copy color: '#5229BE'

red 82 ◦ green 41 ◦ blue 190

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

Shades of Purple Heart #5229BE

Tints of Purple Heart #5229BE

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.1%

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

R = 26.2%
G = 13.1%
B = 60.7%

CMYK

 C value IS 0.57

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5229BE (or 0x5229BE) is known color: Purple Heart. HEX triplet: 52, 29 and BE. RGB value is (82,41,190). Sum of RGB (Red+Green+Blue) = 82+41+190=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 190 (74.61% from 255 or 60.70% from 313); Max value from RGB is 190 - color contains mainly: blue. Hex color #5229BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5229BE is #ADD641. Grayscale: #454545. Windows color (decimal): -11392578 or 12462418. OLE color: 12462418.

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

Color convert

RGB 82 41 190 -
CMYK 0.57 0.78 0 0.25
HSL 256.51º 0.65% 0.45% -
HSV(B) 256.51º 0.78% 0.75% -
XYZ 13.57 7.1 49.37 -
YUV 70.25 195.58 136.38 -
System Red Green Blue C M Y K H S L
Decimal 82 41 190 0.57 0.78 0 0.25 256.51 0.65 0.45
Hex 52 29 BE 39 4E 0 19 101 41 2D
Octal 122 51 276 71 116 0 31 401 101 55
Binary 1010010 101001 10111110 111001 1001110 0 11001 100000001 1000001 101101

Color Harmonies of #5229BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5229BE

Black with #5229BE

Text Example


Text Example

White with #5229BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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