Html Css Color HEX #4816BB Purple Heart

📋 copy color: '#4816BB'

red 72 ◦ green 22 ◦ blue 187

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

Shades of Purple Heart #4816BB

Tints of Purple Heart #4816BB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.83%

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

R = 25.62%
G = 7.83%
B = 66.55%

CMYK

 C value IS 0.61

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4816BB (or 0x4816BB) is known color: Purple Heart. HEX triplet: 48, 16 and BB. RGB value is (72,22,187). Sum of RGB (Red+Green+Blue) = 72+22+187=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 187 (73.44% from 255 or 66.55% from 281); Max value from RGB is 187 - color contains mainly: blue. Hex color #4816BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4816BB is #B7E944. Grayscale: #373737. Windows color (decimal): -12052805 or 12260936. OLE color: 12260936.

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

Color convert

RGB 72 22 187 -
CMYK 0.61 0.88 0 0.27
HSL 258.18º 0.79% 0.41% -
HSV(B) 258.18º 0.88% 0.73% -
XYZ 11.93 5.54 47.45 -
YUV 55.76 202.07 139.58 -
System Red Green Blue C M Y K H S L
Decimal 72 22 187 0.61 0.88 0 0.27 258.18 0.79 0.41
Hex 48 16 BB 3D 58 0 1B 102 4F 29
Octal 110 26 273 75 130 0 33 402 117 51
Binary 1001000 10110 10111011 111101 1011000 0 11011 100000010 1001111 101001

Color Harmonies of #4816BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4816BB

Black with #4816BB

Text Example


Text Example

White with #4816BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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