Html Css Color HEX #4811BF Purple Heart

📋 copy color: '#4811BF'

red 72 ◦ green 17 ◦ blue 191

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

Shades of Purple Heart #4811BF

Tints of Purple Heart #4811BF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.07%

 BLUE value IS 191 (75% from 255) = 68.21%

R = 25.71%
G = 6.07%
B = 68.21%

CMYK

 C value IS 0.62

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4811BF (or 0x4811BF) is known color: Purple Heart. HEX triplet: 48, 11 and BF. RGB value is (72,17,191). Sum of RGB (Red+Green+Blue) = 72+17+191=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 191 (75% from 255 or 68.21% from 280); Max value from RGB is 191 - color contains mainly: blue. Hex color #4811BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4811BF is #B7EE40. Grayscale: #343434. Windows color (decimal): -12054081 or 12521800. OLE color: 12521800.

HSL color Cylindrical-coordinate representation of color #4811BF: hue angle of 258.97º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4811BF is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 17 191 -
CMYK 0.62 0.91 0 0.25
HSL 258.97º 0.84% 0.41% -
HSV(B) 258.97º 0.91% 0.75% -
XYZ 12.28 5.54 49.71 -
YUV 53.28 205.72 141.35 -
System Red Green Blue C M Y K H S L
Decimal 72 17 191 0.62 0.91 0 0.25 258.97 0.84 0.41
Hex 48 11 BF 3E 5B 0 19 103 54 29
Octal 110 21 277 76 133 0 31 403 124 51
Binary 1001000 10001 10111111 111110 1011011 0 11001 100000011 1010100 101001

Color Harmonies of #4811BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4811BF

Black with #4811BF

Text Example


Text Example

White with #4811BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4811BF; }

 p { color: rgb(72,17,191); }

 H1.HeaderClassName
 {
   color: #4811BF;
 }
 .AnyTagClassName
 {
   color: #4811BF;
 }
</style>

background-color css

<style>
 a { background-color: #4811BF; }

 a { background-color: rgb(72,17,191); }

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

border-color css

<style>
 span { border-color: #4811BF; }

 span { border-color: rgb(72,17,191); }

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