Html Css Color HEX #4903C1 Purple Heart

📋 copy color: '#4903C1'

red 73 ◦ green 3 ◦ blue 193

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

Shades of Purple Heart #4903C1

Tints of Purple Heart #4903C1

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

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

R = 27.14%
G = 1.12%
B = 71.75%

CMYK

 C value IS 0.62

 M value IS 0.98

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4903C1 (or 0x4903C1) is known color: Purple Heart. HEX triplet: 49, 03 and C1. RGB value is (73,3,193). Sum of RGB (Red+Green+Blue) = 73+3+193=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 193 (75.78% from 255 or 71.75% from 269); Max value from RGB is 193 - color contains mainly: blue. Hex color #4903C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4903C1 is #B6FC3E. Grayscale: #2C2C2C. Windows color (decimal): -11992127 or 12649289. OLE color: 12649289.

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

Color convert

RGB 73 3 193 -
CMYK 0.62 0.98 0 0.24
HSL 262.11º 0.97% 0.38% -
HSV(B) 262.11º 0.98% 0.76% -
XYZ 12.41 5.33 50.83 -
YUV 45.59 211.19 147.55 -
System Red Green Blue C M Y K H S L
Decimal 73 3 193 0.62 0.98 0 0.24 262.11 0.97 0.38
Hex 49 3 C1 3E 62 0 18 106 61 26
Octal 111 3 301 76 142 0 30 406 141 46
Binary 1001001 11 11000001 111110 1100010 0 11000 100000110 1100001 100110

Color Harmonies of #4903C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4903C1

Black with #4903C1

Text Example


Text Example

White with #4903C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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