Html Css Color HEX #5231BE Purple Heart

📋 copy color: '#5231BE'

red 82 ◦ green 49 ◦ blue 190

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

Shades of Purple Heart #5231BE

Tints of Purple Heart #5231BE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.26%

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

R = 25.55%
G = 15.26%
B = 59.19%

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

#5231BE (or 0x5231BE) is known color: Purple Heart. HEX triplet: 52, 31 and BE. RGB value is (82,49,190). Sum of RGB (Red+Green+Blue) = 82+49+190=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 190 (74.61% from 255 or 59.19% from 321); Max value from RGB is 190 - color contains mainly: blue. Hex color #5231BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5231BE is #ADCE41. Grayscale: #4A4A4A. Windows color (decimal): -11390530 or 12464466. OLE color: 12464466.

HSL color Cylindrical-coordinate representation of color #5231BE: hue angle of 254.04º degrees, saturation: 0.59, 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 #5231BE is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 49 190 -
CMYK 0.57 0.74 0 0.25
HSL 254.04º 0.59% 0.47% -
HSV(B) 254.04º 0.74% 0.75% -
XYZ 13.87 7.71 49.47 -
YUV 74.94 192.93 133.04 -
System Red Green Blue C M Y K H S L
Decimal 82 49 190 0.57 0.74 0 0.25 254.04 0.59 0.47
Hex 52 31 BE 39 4A 0 19 FE 3B 2F
Octal 122 61 276 71 112 0 31 376 73 57
Binary 1010010 110001 10111110 111001 1001010 0 11001 11111110 111011 101111

Color Harmonies of #5231BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5231BE

Black with #5231BE

Text Example


Text Example

White with #5231BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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