Html Css Color HEX #4914BE Purple Heart

📋 copy color: '#4914BE'

red 73 ◦ green 20 ◦ blue 190

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

Shades of Purple Heart #4914BE

Tints of Purple Heart #4914BE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.07%

 BLUE value IS 190 (74.61% from 255) = 67.14%

R = 25.8%
G = 7.07%
B = 67.14%

CMYK

 C value IS 0.62

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4914BE (or 0x4914BE) is known color: Purple Heart. HEX triplet: 49, 14 and BE. RGB value is (73,20,190). Sum of RGB (Red+Green+Blue) = 73+20+190=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 190 (74.61% from 255 or 67.14% from 283); Max value from RGB is 190 - color contains mainly: blue. Hex color #4914BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4914BE is #B6EB41. Grayscale: #363636. Windows color (decimal): -11987778 or 12457033. OLE color: 12457033.

HSL color Cylindrical-coordinate representation of color #4914BE: hue angle of 258.71º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4914BE is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 20 190 -
CMYK 0.62 0.89 0 0.25
HSL 258.71º 0.81% 0.41% -
HSV(B) 258.71º 0.89% 0.75% -
XYZ 12.29 5.63 49.15 -
YUV 55.23 204.06 140.68 -
System Red Green Blue C M Y K H S L
Decimal 73 20 190 0.62 0.89 0 0.25 258.71 0.81 0.41
Hex 49 14 BE 3E 59 0 19 103 51 29
Octal 111 24 276 76 131 0 31 403 121 51
Binary 1001001 10100 10111110 111110 1011001 0 11001 100000011 1010001 101001

Color Harmonies of #4914BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4914BE

Black with #4914BE

Text Example


Text Example

White with #4914BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4914BE; }

 p { color: rgb(73,20,190); }

 H1.HeaderClassName
 {
   color: #4914BE;
 }
 .AnyTagClassName
 {
   color: #4914BE;
 }
</style>

background-color css

<style>
 a { background-color: #4914BE; }

 a { background-color: rgb(73,20,190); }

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

border-color css

<style>
 span { border-color: #4914BE; }

 span { border-color: rgb(73,20,190); }

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