Html Css Color HEX #4914B6 Purple Heart

📋 copy color: '#4914B6'

red 73 ◦ green 20 ◦ blue 182

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

Shades of Purple Heart #4914B6

Tints of Purple Heart #4914B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 66.18%

R = 26.55%
G = 7.27%
B = 66.18%

CMYK

 C value IS 0.60

 M value IS 0.89

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4914B6 (or 0x4914B6) is known color: Purple Heart. HEX triplet: 49, 14 and B6. RGB value is (73,20,182). Sum of RGB (Red+Green+Blue) = 73+20+182=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 182 (71.48% from 255 or 66.18% from 275); Max value from RGB is 182 - color contains mainly: blue. Hex color #4914B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4914B6 is #B6EB49. Grayscale: #353535. Windows color (decimal): -11987786 or 11932745. OLE color: 11932745.

HSL color Cylindrical-coordinate representation of color #4914B6: hue angle of 259.63º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4914B6 is Cyan = 0.60, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 73 20 182 -
CMYK 0.60 0.89 0 0.29
HSL 259.63º 0.8% 0.4% -
HSV(B) 259.63º 0.89% 0.71% -
XYZ 11.44 5.29 44.67 -
YUV 54.32 200.06 141.33 -
System Red Green Blue C M Y K H S L
Decimal 73 20 182 0.60 0.89 0 0.29 259.63 0.8 0.4
Hex 49 14 B6 3C 59 0 1D 104 50 28
Octal 111 24 266 74 131 0 35 404 120 50
Binary 1001001 10100 10110110 111100 1011001 0 11101 100000100 1010000 101000

Color Harmonies of #4914B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4914B6

Black with #4914B6

Text Example


Text Example

White with #4914B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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