Html Css Color HEX #4936BD Purple Heart

📋 copy color: '#4936BD'

red 73 ◦ green 54 ◦ blue 189

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

Shades of Purple Heart #4936BD

Tints of Purple Heart #4936BD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.09%

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

R = 23.1%
G = 17.09%
B = 59.81%

CMYK

 C value IS 0.61

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4936BD (or 0x4936BD) is known color: Purple Heart. HEX triplet: 49, 36 and BD. RGB value is (73,54,189). Sum of RGB (Red+Green+Blue) = 73+54+189=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 189 (74.22% from 255 or 59.81% from 316); Max value from RGB is 189 - color contains mainly: blue. Hex color #4936BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4936BD is #B6C942. Grayscale: #4A4A4A. Windows color (decimal): -11979075 or 12400201. OLE color: 12400201.

HSL color Cylindrical-coordinate representation of color #4936BD: hue angle of 248.44º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4936BD is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 54 189 -
CMYK 0.61 0.71 0 0.26
HSL 248.44º 0.56% 0.48% -
HSV(B) 248.44º 0.71% 0.74% -
XYZ 13.25 7.73 48.94 -
YUV 75.07 192.29 126.52 -
System Red Green Blue C M Y K H S L
Decimal 73 54 189 0.61 0.71 0 0.26 248.44 0.56 0.48
Hex 49 36 BD 3D 47 0 1A F8 38 30
Octal 111 66 275 75 107 0 32 370 70 60
Binary 1001001 110110 10111101 111101 1000111 0 11010 11111000 111000 110000

Color Harmonies of #4936BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4936BD

Black with #4936BD

Text Example


Text Example

White with #4936BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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