Html Css Color HEX #4933BD Purple Heart

📋 copy color: '#4933BD'

red 73 ◦ green 51 ◦ blue 189

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

Shades of Purple Heart #4933BD

Tints of Purple Heart #4933BD

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.29%

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

R = 23.32%
G = 16.29%
B = 60.38%

CMYK

 C value IS 0.61

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4933BD (or 0x4933BD) is known color: Purple Heart. HEX triplet: 49, 33 and BD. RGB value is (73,51,189). Sum of RGB (Red+Green+Blue) = 73+51+189=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 189 (74.22% from 255 or 60.38% from 313); Max value from RGB is 189 - color contains mainly: blue. Hex color #4933BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4933BD is #B6CC42. Grayscale: #484848. Windows color (decimal): -11979843 or 12399433. OLE color: 12399433.

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

Color convert

RGB 73 51 189 -
CMYK 0.61 0.73 0 0.26
HSL 249.57º 0.58% 0.47% -
HSV(B) 249.57º 0.73% 0.74% -
XYZ 13.12 7.46 48.89 -
YUV 73.31 193.29 127.78 -
System Red Green Blue C M Y K H S L
Decimal 73 51 189 0.61 0.73 0 0.26 249.57 0.58 0.47
Hex 49 33 BD 3D 49 0 1A FA 3A 2F
Octal 111 63 275 75 111 0 32 372 72 57
Binary 1001001 110011 10111101 111101 1001001 0 11010 11111010 111010 101111

Color Harmonies of #4933BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4933BD

Black with #4933BD

Text Example


Text Example

White with #4933BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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