Html Css Color HEX #4913BD Purple Heart

📋 copy color: '#4913BD'

red 73 ◦ green 19 ◦ blue 189

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

Shades of Purple Heart #4913BD

Tints of Purple Heart #4913BD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.76%

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

R = 25.98%
G = 6.76%
B = 67.26%

CMYK

 C value IS 0.61

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4913BD (or 0x4913BD) is known color: Purple Heart. HEX triplet: 49, 13 and BD. RGB value is (73,19,189). Sum of RGB (Red+Green+Blue) = 73+19+189=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 189 (74.22% from 255 or 67.26% from 281); Max value from RGB is 189 - color contains mainly: blue. Hex color #4913BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4913BD is #B6EC42. Grayscale: #353535. Windows color (decimal): -11988035 or 12391241. OLE color: 12391241.

HSL color Cylindrical-coordinate representation of color #4913BD: hue angle of 259.06º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4913BD is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 19 189 -
CMYK 0.61 0.90 0 0.26
HSL 259.06º 0.82% 0.41% -
HSV(B) 259.06º 0.9% 0.74% -
XYZ 12.17 5.56 48.58 -
YUV 54.53 203.89 141.18 -
System Red Green Blue C M Y K H S L
Decimal 73 19 189 0.61 0.90 0 0.26 259.06 0.82 0.41
Hex 49 13 BD 3D 5A 0 1A 103 52 29
Octal 111 23 275 75 132 0 32 403 122 51
Binary 1001001 10011 10111101 111101 1011010 0 11010 100000011 1010010 101001

Color Harmonies of #4913BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4913BD

Black with #4913BD

Text Example


Text Example

White with #4913BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,19,189); }

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

background-color css

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

 a { background-color: rgb(73,19,189); }

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

border-color css

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

 span { border-color: rgb(73,19,189); }

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