Html Css Color HEX #4934BD Purple Heart

📋 copy color: '#4934BD'

red 73 ◦ green 52 ◦ blue 189

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

Shades of Purple Heart #4934BD

Tints of Purple Heart #4934BD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.56%

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

R = 23.25%
G = 16.56%
B = 60.19%

CMYK

 C value IS 0.61

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4934BD (or 0x4934BD) is known color: Purple Heart. HEX triplet: 49, 34 and BD. RGB value is (73,52,189). Sum of RGB (Red+Green+Blue) = 73+52+189=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 189 (74.22% from 255 or 60.19% from 314); Max value from RGB is 189 - color contains mainly: blue. Hex color #4934BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4934BD is #B6CB42. Grayscale: #494949. Windows color (decimal): -11979587 or 12399689. OLE color: 12399689.

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

Color convert

RGB 73 52 189 -
CMYK 0.61 0.72 0 0.26
HSL 249.2º 0.57% 0.47% -
HSV(B) 249.2º 0.72% 0.74% -
XYZ 13.16 7.55 48.91 -
YUV 73.9 192.96 127.36 -
System Red Green Blue C M Y K H S L
Decimal 73 52 189 0.61 0.72 0 0.26 249.2 0.57 0.47
Hex 49 34 BD 3D 48 0 1A F9 39 2F
Octal 111 64 275 75 110 0 32 371 71 57
Binary 1001001 110100 10111101 111101 1001000 0 11010 11111001 111001 101111

Color Harmonies of #4934BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4934BD

Black with #4934BD

Text Example


Text Example

White with #4934BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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