Html Css Color HEX #4835BA Purple Heart

📋 copy color: '#4835BA'

red 72 ◦ green 53 ◦ blue 186

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

Shades of Purple Heart #4835BA

Tints of Purple Heart #4835BA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.04%

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

R = 23.15%
G = 17.04%
B = 59.81%

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

#4835BA (or 0x4835BA) is known color: Purple Heart. HEX triplet: 48, 35 and BA. RGB value is (72,53,186). Sum of RGB (Red+Green+Blue) = 72+53+186=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 186 (73.05% from 255 or 59.81% from 311); Max value from RGB is 186 - color contains mainly: blue. Hex color #4835BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4835BA is #B7CA45. Grayscale: #494949. Windows color (decimal): -12044870 or 12203336. OLE color: 12203336.

HSL color Cylindrical-coordinate representation of color #4835BA: hue angle of 248.57º 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 #4835BA is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 53 186 -
CMYK 0.61 0.72 0 0.27
HSL 248.57º 0.56% 0.47% -
HSV(B) 248.57º 0.72% 0.73% -
XYZ 12.81 7.47 47.22 -
YUV 73.84 191.29 126.69 -
System Red Green Blue C M Y K H S L
Decimal 72 53 186 0.61 0.72 0 0.27 248.57 0.56 0.47
Hex 48 35 BA 3D 48 0 1B F9 38 2F
Octal 110 65 272 75 110 0 33 371 70 57
Binary 1001000 110101 10111010 111101 1001000 0 11011 11111001 111000 101111

Color Harmonies of #4835BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4835BA

Black with #4835BA

Text Example


Text Example

White with #4835BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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