Html Css Color HEX #4933BC Purple Heart

📋 copy color: '#4933BC'

red 73 ◦ green 51 ◦ blue 188

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

Shades of Purple Heart #4933BC

Tints of Purple Heart #4933BC

RGB

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

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

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

R = 23.4%
G = 16.35%
B = 60.26%

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

#4933BC (or 0x4933BC) is known color: Purple Heart. HEX triplet: 49, 33 and BC. RGB value is (73,51,188). Sum of RGB (Red+Green+Blue) = 73+51+188=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 188 (73.83% from 255 or 60.26% from 312); Max value from RGB is 188 - color contains mainly: blue. Hex color #4933BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4933BC is #B6CC43. Grayscale: #484848. Windows color (decimal): -11979844 or 12333897. OLE color: 12333897.

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

Color convert

RGB 73 51 188 -
CMYK 0.61 0.73 0 0.26
HSL 249.64º 0.57% 0.47% -
HSV(B) 249.64º 0.73% 0.74% -
XYZ 13.01 7.41 48.32 -
YUV 73.2 192.79 127.86 -
System Red Green Blue C M Y K H S L
Decimal 73 51 188 0.61 0.73 0 0.26 249.64 0.57 0.47
Hex 49 33 BC 3D 49 0 1A FA 39 2F
Octal 111 63 274 75 111 0 32 372 71 57
Binary 1001001 110011 10111100 111101 1001001 0 11010 11111010 111001 101111

Color Harmonies of #4933BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4933BC

Black with #4933BC

Text Example


Text Example

White with #4933BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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