Html Css Color HEX #5232B6 Purple Heart

📋 copy color: '#5232B6'

red 82 ◦ green 50 ◦ blue 182

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

Shades of Purple Heart #5232B6

Tints of Purple Heart #5232B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 57.96%

R = 26.11%
G = 15.92%
B = 57.96%

CMYK

 C value IS 0.55

 M value IS 0.73

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5232B6 (or 0x5232B6) is known color: Purple Heart. HEX triplet: 52, 32 and B6. RGB value is (82,50,182). Sum of RGB (Red+Green+Blue) = 82+50+182=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 182 (71.48% from 255 or 57.96% from 314); Max value from RGB is 182 - color contains mainly: blue. Hex color #5232B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5232B6 is #ADCD49. Grayscale: #4A4A4A. Windows color (decimal): -11390282 or 11940434. OLE color: 11940434.

HSL color Cylindrical-coordinate representation of color #5232B6: hue angle of 254.55º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5232B6 is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 82 50 182 -
CMYK 0.55 0.73 0 0.29
HSL 254.55º 0.57% 0.45% -
HSV(B) 254.55º 0.73% 0.71% -
XYZ 13.06 7.45 45.01 -
YUV 74.62 188.6 133.27 -
System Red Green Blue C M Y K H S L
Decimal 82 50 182 0.55 0.73 0 0.29 254.55 0.57 0.45
Hex 52 32 B6 37 49 0 1D FF 39 2D
Octal 122 62 266 67 111 0 35 377 71 55
Binary 1010010 110010 10110110 110111 1001001 0 11101 11111111 111001 101101

Color Harmonies of #5232B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5232B6

Black with #5232B6

Text Example


Text Example

White with #5232B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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