Html Css Color HEX #4933C1 Purple Heart

📋 copy color: '#4933C1'

red 73 ◦ green 51 ◦ blue 193

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

Shades of Purple Heart #4933C1

Tints of Purple Heart #4933C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 60.88%

R = 23.03%
G = 16.09%
B = 60.88%

CMYK

 C value IS 0.62

 M value IS 0.74

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4933C1 (or 0x4933C1) is known color: Purple Heart. HEX triplet: 49, 33 and C1. RGB value is (73,51,193). Sum of RGB (Red+Green+Blue) = 73+51+193=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 193 (75.78% from 255 or 60.88% from 317); Max value from RGB is 193 - color contains mainly: blue. Hex color #4933C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4933C1 is #B6CC3E. Grayscale: #494949. Windows color (decimal): -11979839 or 12661577. OLE color: 12661577.

HSL color Cylindrical-coordinate representation of color #4933C1: hue angle of 249.3º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4933C1 is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 51 193 -
CMYK 0.62 0.74 0 0.24
HSL 249.3º 0.58% 0.48% -
HSV(B) 249.3º 0.74% 0.76% -
XYZ 13.56 7.63 51.21 -
YUV 73.77 195.29 127.45 -
System Red Green Blue C M Y K H S L
Decimal 73 51 193 0.62 0.74 0 0.24 249.3 0.58 0.48
Hex 49 33 C1 3E 4A 0 18 F9 3A 30
Octal 111 63 301 76 112 0 30 371 72 60
Binary 1001001 110011 11000001 111110 1001010 0 11000 11111001 111010 110000

Color Harmonies of #4933C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4933C1

Black with #4933C1

Text Example


Text Example

White with #4933C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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