Html Css Color HEX #4836BA Purple Heart

📋 copy color: '#4836BA'

red 72 ◦ green 54 ◦ blue 186

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

Shades of Purple Heart #4836BA

Tints of Purple Heart #4836BA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.31%

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

R = 23.08%
G = 17.31%
B = 59.62%

CMYK

 C value IS 0.61

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4836BA (or 0x4836BA) is known color: Purple Heart. HEX triplet: 48, 36 and BA. RGB value is (72,54,186). Sum of RGB (Red+Green+Blue) = 72+54+186=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 186 (73.05% from 255 or 59.62% from 312); Max value from RGB is 186 - color contains mainly: blue. Hex color #4836BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4836BA is #B7C945. Grayscale: #494949. Windows color (decimal): -12044614 or 12203592. OLE color: 12203592.

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

Color convert

RGB 72 54 186 -
CMYK 0.61 0.71 0 0.27
HSL 248.18º 0.55% 0.47% -
HSV(B) 248.18º 0.71% 0.73% -
XYZ 12.85 7.56 47.24 -
YUV 74.43 190.96 126.27 -
System Red Green Blue C M Y K H S L
Decimal 72 54 186 0.61 0.71 0 0.27 248.18 0.55 0.47
Hex 48 36 BA 3D 47 0 1B F8 37 2F
Octal 110 66 272 75 107 0 33 370 67 57
Binary 1001000 110110 10111010 111101 1000111 0 11011 11111000 110111 101111

Color Harmonies of #4836BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4836BA

Black with #4836BA

Text Example


Text Example

White with #4836BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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