Html Css Color HEX #4924C1 Purple Heart

📋 copy color: '#4924C1'

red 73 ◦ green 36 ◦ blue 193

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

Shades of Purple Heart #4924C1

Tints of Purple Heart #4924C1

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.92%

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

R = 24.17%
G = 11.92%
B = 63.91%

CMYK

 C value IS 0.62

 M value IS 0.81

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4924C1 (or 0x4924C1) is known color: Purple Heart. HEX triplet: 49, 24 and C1. RGB value is (73,36,193). Sum of RGB (Red+Green+Blue) = 73+36+193=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 193 (75.78% from 255 or 63.91% from 302); Max value from RGB is 193 - color contains mainly: blue. Hex color #4924C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4924C1 is #B6DB3E. Grayscale: #404040. Windows color (decimal): -11983679 or 12657737. OLE color: 12657737.

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

Color convert

RGB 73 36 193 -
CMYK 0.62 0.81 0 0.24
HSL 254.14º 0.69% 0.45% -
HSV(B) 254.14º 0.81% 0.76% -
XYZ 13 6.53 51.03 -
YUV 64.96 200.26 133.73 -
System Red Green Blue C M Y K H S L
Decimal 73 36 193 0.62 0.81 0 0.24 254.14 0.69 0.45
Hex 49 24 C1 3E 51 0 18 FE 45 2D
Octal 111 44 301 76 121 0 30 376 105 55
Binary 1001001 100100 11000001 111110 1010001 0 11000 11111110 1000101 101101

Color Harmonies of #4924C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4924C1

Black with #4924C1

Text Example


Text Example

White with #4924C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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