Html Css Color HEX #4834BA Purple Heart

📋 copy color: '#4834BA'

red 72 ◦ green 52 ◦ blue 186

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

Shades of Purple Heart #4834BA

Tints of Purple Heart #4834BA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.77%

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

R = 23.23%
G = 16.77%
B = 60%

CMYK

 C value IS 0.61

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4834BA (or 0x4834BA) is known color: Purple Heart. HEX triplet: 48, 34 and BA. RGB value is (72,52,186). Sum of RGB (Red+Green+Blue) = 72+52+186=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 186 (73.05% from 255 or 60% from 310); Max value from RGB is 186 - color contains mainly: blue. Hex color #4834BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4834BA is #B7CB45. Grayscale: #484848. Windows color (decimal): -12045126 or 12203080. OLE color: 12203080.

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

Color convert

RGB 72 52 186 -
CMYK 0.61 0.72 0 0.27
HSL 248.96º 0.56% 0.47% -
HSV(B) 248.96º 0.72% 0.73% -
XYZ 12.76 7.38 47.21 -
YUV 73.26 191.63 127.1 -
System Red Green Blue C M Y K H S L
Decimal 72 52 186 0.61 0.72 0 0.27 248.96 0.56 0.47
Hex 48 34 BA 3D 48 0 1B F9 38 2F
Octal 110 64 272 75 110 0 33 371 70 57
Binary 1001000 110100 10111010 111101 1001000 0 11011 11111001 111000 101111

Color Harmonies of #4834BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4834BA

Black with #4834BA

Text Example


Text Example

White with #4834BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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