Html Css Color HEX #4811BD Purple Heart

📋 copy color: '#4811BD'

red 72 ◦ green 17 ◦ blue 189

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

Shades of Purple Heart #4811BD

Tints of Purple Heart #4811BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 67.99%

R = 25.9%
G = 6.12%
B = 67.99%

CMYK

 C value IS 0.62

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4811BD (or 0x4811BD) is known color: Purple Heart. HEX triplet: 48, 11 and BD. RGB value is (72,17,189). Sum of RGB (Red+Green+Blue) = 72+17+189=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 189 (74.22% from 255 or 67.99% from 278); Max value from RGB is 189 - color contains mainly: blue. Hex color #4811BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4811BD is #B7EE42. Grayscale: #343434. Windows color (decimal): -12054083 or 12390728. OLE color: 12390728.

HSL color Cylindrical-coordinate representation of color #4811BD: hue angle of 259.19º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4811BD is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 17 189 -
CMYK 0.62 0.91 0 0.26
HSL 259.19º 0.83% 0.4% -
HSV(B) 259.19º 0.91% 0.74% -
XYZ 12.06 5.45 48.56 -
YUV 53.05 204.72 141.51 -
System Red Green Blue C M Y K H S L
Decimal 72 17 189 0.62 0.91 0 0.26 259.19 0.83 0.4
Hex 48 11 BD 3E 5B 0 1A 103 53 28
Octal 110 21 275 76 133 0 32 403 123 50
Binary 1001000 10001 10111101 111110 1011011 0 11010 100000011 1010011 101000

Color Harmonies of #4811BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4811BD

Black with #4811BD

Text Example


Text Example

White with #4811BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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