Html Css Color HEX #4731BD Purple Heart

📋 copy color: '#4731BD'

red 71 ◦ green 49 ◦ blue 189

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

Shades of Purple Heart #4731BD

Tints of Purple Heart #4731BD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.86%

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

R = 22.98%
G = 15.86%
B = 61.17%

CMYK

 C value IS 0.62

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4731BD (or 0x4731BD) is known color: Purple Heart. HEX triplet: 47, 31 and BD. RGB value is (71,49,189). Sum of RGB (Red+Green+Blue) = 71+49+189=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 189 (74.22% from 255 or 61.17% from 309); Max value from RGB is 189 - color contains mainly: blue. Hex color #4731BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4731BD is #B8CE42. Grayscale: #474747. Windows color (decimal): -12111427 or 12398919. OLE color: 12398919.

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

Color convert

RGB 71 49 189 -
CMYK 0.62 0.74 0 0.26
HSL 249.43º 0.59% 0.47% -
HSV(B) 249.43º 0.74% 0.74% -
XYZ 12.88 7.21 48.86 -
YUV 71.54 194.29 127.62 -
System Red Green Blue C M Y K H S L
Decimal 71 49 189 0.62 0.74 0 0.26 249.43 0.59 0.47
Hex 47 31 BD 3E 4A 0 1A F9 3B 2F
Octal 107 61 275 76 112 0 32 371 73 57
Binary 1000111 110001 10111101 111110 1001010 0 11010 11111001 111011 101111

Color Harmonies of #4731BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4731BD

Black with #4731BD

Text Example


Text Example

White with #4731BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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