Html Css Color HEX #4831BA Purple Heart

📋 copy color: '#4831BA'

red 72 ◦ green 49 ◦ blue 186

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

Shades of Purple Heart #4831BA

Tints of Purple Heart #4831BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 60.59%

R = 23.45%
G = 15.96%
B = 60.59%

CMYK

 C value IS 0.61

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4831BA (or 0x4831BA) is known color: Purple Heart. HEX triplet: 48, 31 and BA. RGB value is (72,49,186). Sum of RGB (Red+Green+Blue) = 72+49+186=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 186 (73.05% from 255 or 60.59% from 307); Max value from RGB is 186 - color contains mainly: blue. Hex color #4831BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4831BA is #B7CE45. Grayscale: #464646. Windows color (decimal): -12045894 or 12202312. OLE color: 12202312.

HSL color Cylindrical-coordinate representation of color #4831BA: hue angle of 250.07º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4831BA is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 49 186 -
CMYK 0.61 0.74 0 0.27
HSL 250.07º 0.58% 0.46% -
HSV(B) 250.07º 0.74% 0.73% -
XYZ 12.63 7.12 47.16 -
YUV 71.5 192.62 128.36 -
System Red Green Blue C M Y K H S L
Decimal 72 49 186 0.61 0.74 0 0.27 250.07 0.58 0.46
Hex 48 31 BA 3D 4A 0 1B FA 3A 2E
Octal 110 61 272 75 112 0 33 372 72 56
Binary 1001000 110001 10111010 111101 1001010 0 11011 11111010 111010 101110

Color Harmonies of #4831BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4831BA

Black with #4831BA

Text Example


Text Example

White with #4831BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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