Html Css Color HEX #4820BB Purple Heart

📋 copy color: '#4820BB'

red 72 ◦ green 32 ◦ blue 187

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

Shades of Purple Heart #4820BB

Tints of Purple Heart #4820BB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11%

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

R = 24.74%
G = 11%
B = 64.26%

CMYK

 C value IS 0.61

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4820BB (or 0x4820BB) is known color: Purple Heart. HEX triplet: 48, 20 and BB. RGB value is (72,32,187). Sum of RGB (Red+Green+Blue) = 72+32+187=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 187 (73.44% from 255 or 64.26% from 291); Max value from RGB is 187 - color contains mainly: blue. Hex color #4820BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4820BB is #B7DF44. Grayscale: #3D3D3D. Windows color (decimal): -12050245 or 12263496. OLE color: 12263496.

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

Color convert

RGB 72 32 187 -
CMYK 0.61 0.83 0 0.27
HSL 255.48º 0.71% 0.43% -
HSV(B) 255.48º 0.83% 0.73% -
XYZ 12.16 6 47.53 -
YUV 61.63 198.75 135.4 -
System Red Green Blue C M Y K H S L
Decimal 72 32 187 0.61 0.83 0 0.27 255.48 0.71 0.43
Hex 48 20 BB 3D 53 0 1B FF 47 2B
Octal 110 40 273 75 123 0 33 377 107 53
Binary 1001000 100000 10111011 111101 1010011 0 11011 11111111 1000111 101011

Color Harmonies of #4820BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4820BB

Black with #4820BB

Text Example


Text Example

White with #4820BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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