Html Css Color HEX #4933D3 Purple Heart

📋 copy color: '#4933D3'

red 73 ◦ green 51 ◦ blue 211

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

Shades of Purple Heart #4933D3

Tints of Purple Heart #4933D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 62.99%

R = 21.79%
G = 15.22%
B = 62.99%

CMYK

 C value IS 0.65

 M value IS 0.76

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#4933D3 (or 0x4933D3) is known color: Purple Heart. HEX triplet: 49, 33 and D3. RGB value is (73,51,211). Sum of RGB (Red+Green+Blue) = 73+51+211=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 211 (82.81% from 255 or 62.99% from 335); Max value from RGB is 211 - color contains mainly: blue. Hex color #4933D3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4933D3 is #B6CC2C. Grayscale: #4B4B4B. Windows color (decimal): -11979821 or 13841225. OLE color: 13841225.

HSL color Cylindrical-coordinate representation of color #4933D3: hue angle of 248.25º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4933D3 is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 73 51 211 -
CMYK 0.65 0.76 0 0.17
HSL 248.25º 0.65% 0.51% -
HSV(B) 248.25º 0.76% 0.83% -
XYZ 15.69 8.49 62.44 -
YUV 75.82 204.29 125.99 -
System Red Green Blue C M Y K H S L
Decimal 73 51 211 0.65 0.76 0 0.17 248.25 0.65 0.51
Hex 49 33 D3 41 4C 0 11 F8 41 33
Octal 111 63 323 101 114 0 21 370 101 63
Binary 1001001 110011 11010011 1000001 1001100 0 10001 11111000 1000001 110011

Color Harmonies of #4933D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4933D3

Black with #4933D3

Text Example


Text Example

White with #4933D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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