Html Css Color HEX #4931B4 Purple Heart

📋 copy color: '#4931B4'

red 73 ◦ green 49 ◦ blue 180

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

Shades of Purple Heart #4931B4

Tints of Purple Heart #4931B4

RGB

 RED value IS 73 (28.91% from 255) = 24.17%

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

 BLUE value IS 180 (70.7% from 255) = 59.6%

R = 24.17%
G = 16.23%
B = 59.6%

CMYK

 C value IS 0.59

 M value IS 0.73

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4931B4 (or 0x4931B4) is known color: Purple Heart. HEX triplet: 49, 31 and B4. RGB value is (73,49,180). Sum of RGB (Red+Green+Blue) = 73+49+180=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 180 (70.70% from 255 or 59.60% from 302); Max value from RGB is 180 - color contains mainly: blue. Hex color #4931B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4931B4 is #B6CE4B. Grayscale: #464646. Windows color (decimal): -11980364 or 11809097. OLE color: 11809097.

HSL color Cylindrical-coordinate representation of color #4931B4: hue angle of 250.99º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4931B4 is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 73 49 180 -
CMYK 0.59 0.73 0 0.29
HSL 250.99º 0.57% 0.45% -
HSV(B) 250.99º 0.73% 0.71% -
XYZ 12.08 6.91 43.88 -
YUV 71.11 189.45 129.35 -
System Red Green Blue C M Y K H S L
Decimal 73 49 180 0.59 0.73 0 0.29 250.99 0.57 0.45
Hex 49 31 B4 3B 49 0 1D FB 39 2D
Octal 111 61 264 73 111 0 35 373 71 55
Binary 1001001 110001 10110100 111011 1001001 0 11101 11111011 111001 101101

Color Harmonies of #4931B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4931B4

Black with #4931B4

Text Example


Text Example

White with #4931B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4931B4; }

 p { color: rgb(73,49,180); }

 H1.HeaderClassName
 {
   color: #4931B4;
 }
 .AnyTagClassName
 {
   color: #4931B4;
 }
</style>

background-color css

<style>
 a { background-color: #4931B4; }

 a { background-color: rgb(73,49,180); }

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

border-color css

<style>
 span { border-color: #4931B4; }

 span { border-color: rgb(73,49,180); }

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