Html Css Color HEX #5232BE Purple Heart

📋 copy color: '#5232BE'

red 82 ◦ green 50 ◦ blue 190

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

Shades of Purple Heart #5232BE

Tints of Purple Heart #5232BE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.53%

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

R = 25.47%
G = 15.53%
B = 59.01%

CMYK

 C value IS 0.57

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5232BE (or 0x5232BE) is known color: Purple Heart. HEX triplet: 52, 32 and BE. RGB value is (82,50,190). Sum of RGB (Red+Green+Blue) = 82+50+190=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 190 (74.61% from 255 or 59.01% from 322); Max value from RGB is 190 - color contains mainly: blue. Hex color #5232BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5232BE is #ADCD41. Grayscale: #4B4B4B. Windows color (decimal): -11390274 or 12464722. OLE color: 12464722.

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

Color convert

RGB 82 50 190 -
CMYK 0.57 0.74 0 0.25
HSL 253.71º 0.58% 0.47% -
HSV(B) 253.71º 0.74% 0.75% -
XYZ 13.91 7.79 49.49 -
YUV 75.53 192.6 132.62 -
System Red Green Blue C M Y K H S L
Decimal 82 50 190 0.57 0.74 0 0.25 253.71 0.58 0.47
Hex 52 32 BE 39 4A 0 19 FE 3A 2F
Octal 122 62 276 71 112 0 31 376 72 57
Binary 1010010 110010 10111110 111001 1001010 0 11001 11111110 111010 101111

Color Harmonies of #5232BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5232BE

Black with #5232BE

Text Example


Text Example

White with #5232BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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