Html Css Color HEX #4831BE Purple Heart

📋 copy color: '#4831BE'

red 72 ◦ green 49 ◦ blue 190

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

Shades of Purple Heart #4831BE

Tints of Purple Heart #4831BE

RGB

 RED value IS 72 (28.52% from 255) = 23.15%

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

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

R = 23.15%
G = 15.76%
B = 61.09%

CMYK

 C value IS 0.62

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4831BE (or 0x4831BE) is known color: Purple Heart. HEX triplet: 48, 31 and BE. RGB value is (72,49,190). Sum of RGB (Red+Green+Blue) = 72+49+190=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 190 (74.61% from 255 or 61.09% from 311); Max value from RGB is 190 - color contains mainly: blue. Hex color #4831BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4831BE is #B7CE41. Grayscale: #474747. Windows color (decimal): -12045890 or 12464456. OLE color: 12464456.

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

Color convert

RGB 72 49 190 -
CMYK 0.62 0.74 0 0.25
HSL 249.79º 0.59% 0.47% -
HSV(B) 249.79º 0.74% 0.75% -
XYZ 13.07 7.29 49.43 -
YUV 71.95 194.62 128.04 -
System Red Green Blue C M Y K H S L
Decimal 72 49 190 0.62 0.74 0 0.25 249.79 0.59 0.47
Hex 48 31 BE 3E 4A 0 19 FA 3B 2F
Octal 110 61 276 76 112 0 31 372 73 57
Binary 1001000 110001 10111110 111110 1001010 0 11001 11111010 111011 101111

Color Harmonies of #4831BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4831BE

Black with #4831BE

Text Example


Text Example

White with #4831BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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