Html Css Color HEX #4711BD Purple Heart

📋 copy color: '#4711BD'

red 71 ◦ green 17 ◦ blue 189

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

Shades of Purple Heart #4711BD

Tints of Purple Heart #4711BD

RGB

 RED value IS 71 (28.13% from 255) = 25.63%

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

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

R = 25.63%
G = 6.14%
B = 68.23%

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

#4711BD (or 0x4711BD) is known color: Purple Heart. HEX triplet: 47, 11 and BD. RGB value is (71,17,189). Sum of RGB (Red+Green+Blue) = 71+17+189=277 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.63% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 189 (74.22% from 255 or 68.23% from 277); Max value from RGB is 189 - color contains mainly: blue. Hex color #4711BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4711BD is #B8EE42. Grayscale: #343434. Windows color (decimal): -12119619 or 12390727. OLE color: 12390727.

HSL color Cylindrical-coordinate representation of color #4711BD: hue angle of 258.84º 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 #4711BD is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 71 17 189 -
CMYK 0.62 0.91 0 0.26
HSL 258.84º 0.83% 0.4% -
HSV(B) 258.84º 0.91% 0.74% -
XYZ 11.98 5.41 48.56 -
YUV 52.75 204.89 141.01 -
System Red Green Blue C M Y K H S L
Decimal 71 17 189 0.62 0.91 0 0.26 258.84 0.83 0.4
Hex 47 11 BD 3E 5B 0 1A 103 53 28
Octal 107 21 275 76 133 0 32 403 123 50
Binary 1000111 10001 10111101 111110 1011011 0 11010 100000011 1010011 101000

Color Harmonies of #4711BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4711BD

Black with #4711BD

Text Example


Text Example

White with #4711BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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