Html Css Color HEX #4933B5 Purple Heart

📋 copy color: '#4933B5'

red 73 ◦ green 51 ◦ blue 181

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

Shades of Purple Heart #4933B5

Tints of Purple Heart #4933B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 59.34%

R = 23.93%
G = 16.72%
B = 59.34%

CMYK

 C value IS 0.60

 M value IS 0.72

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4933B5 (or 0x4933B5) is known color: Purple Heart. HEX triplet: 49, 33 and B5. RGB value is (73,51,181). Sum of RGB (Red+Green+Blue) = 73+51+181=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 181 (71.09% from 255 or 59.34% from 305); Max value from RGB is 181 - color contains mainly: blue. Hex color #4933B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4933B5 is #B6CC4A. Grayscale: #474747. Windows color (decimal): -11979851 or 11875145. OLE color: 11875145.

HSL color Cylindrical-coordinate representation of color #4933B5: hue angle of 250.15º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4933B5 is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 73 51 181 -
CMYK 0.60 0.72 0 0.29
HSL 250.15º 0.56% 0.45% -
HSV(B) 250.15º 0.72% 0.71% -
XYZ 12.27 7.12 44.44 -
YUV 72.4 189.29 128.43 -
System Red Green Blue C M Y K H S L
Decimal 73 51 181 0.60 0.72 0 0.29 250.15 0.56 0.45
Hex 49 33 B5 3C 48 0 1D FA 38 2D
Octal 111 63 265 74 110 0 35 372 70 55
Binary 1001001 110011 10110101 111100 1001000 0 11101 11111010 111000 101101

Color Harmonies of #4933B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4933B5

Black with #4933B5

Text Example


Text Example

White with #4933B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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