Html Css Color HEX #4828BB Purple Heart

📋 copy color: '#4828BB'

red 72 ◦ green 40 ◦ blue 187

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

Shades of Purple Heart #4828BB

Tints of Purple Heart #4828BB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.38%

 BLUE value IS 187 (73.44% from 255) = 62.54%

R = 24.08%
G = 13.38%
B = 62.54%

CMYK

 C value IS 0.61

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4828BB (or 0x4828BB) is known color: Purple Heart. HEX triplet: 48, 28 and BB. RGB value is (72,40,187). Sum of RGB (Red+Green+Blue) = 72+40+187=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 187 (73.44% from 255 or 62.54% from 299); Max value from RGB is 187 - color contains mainly: blue. Hex color #4828BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4828BB is #B7D744. Grayscale: #414141. Windows color (decimal): -12048197 or 12265544. OLE color: 12265544.

HSL color Cylindrical-coordinate representation of color #4828BB: hue angle of 253.06º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4828BB is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 40 187 -
CMYK 0.61 0.79 0 0.27
HSL 253.06º 0.65% 0.45% -
HSV(B) 253.06º 0.79% 0.73% -
XYZ 12.4 6.48 47.61 -
YUV 66.33 196.1 132.05 -
System Red Green Blue C M Y K H S L
Decimal 72 40 187 0.61 0.79 0 0.27 253.06 0.65 0.45
Hex 48 28 BB 3D 4F 0 1B FD 41 2D
Octal 110 50 273 75 117 0 33 375 101 55
Binary 1001000 101000 10111011 111101 1001111 0 11011 11111101 1000001 101101

Color Harmonies of #4828BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4828BB

Black with #4828BB

Text Example


Text Example

White with #4828BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4828BB; }

 p { color: rgb(72,40,187); }

 H1.HeaderClassName
 {
   color: #4828BB;
 }
 .AnyTagClassName
 {
   color: #4828BB;
 }
</style>

background-color css

<style>
 a { background-color: #4828BB; }

 a { background-color: rgb(72,40,187); }

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

border-color css

<style>
 span { border-color: #4828BB; }

 span { border-color: rgb(72,40,187); }

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