Html Css Color HEX #4934BC Purple Heart

📋 copy color: '#4934BC'

red 73 ◦ green 52 ◦ blue 188

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

Shades of Purple Heart #4934BC

Tints of Purple Heart #4934BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 60.06%

R = 23.32%
G = 16.61%
B = 60.06%

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

#4934BC (or 0x4934BC) is known color: Purple Heart. HEX triplet: 49, 34 and BC. RGB value is (73,52,188). Sum of RGB (Red+Green+Blue) = 73+52+188=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #4934BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4934BC is #B6CB43. Grayscale: #494949. Windows color (decimal): -11979588 or 12334153. OLE color: 12334153.

HSL color Cylindrical-coordinate representation of color #4934BC: hue angle of 249.26º 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 #4934BC is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 52 188 -
CMYK 0.61 0.72 0 0.26
HSL 249.26º 0.57% 0.47% -
HSV(B) 249.26º 0.72% 0.74% -
XYZ 13.05 7.5 48.34 -
YUV 73.78 192.46 127.44 -
System Red Green Blue C M Y K H S L
Decimal 73 52 188 0.61 0.72 0 0.26 249.26 0.57 0.47
Hex 49 34 BC 3D 48 0 1A F9 39 2F
Octal 111 64 274 75 110 0 32 371 71 57
Binary 1001001 110100 10111100 111101 1001000 0 11010 11111001 111001 101111

Color Harmonies of #4934BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4934BC

Black with #4934BC

Text Example


Text Example

White with #4934BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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