Html Css Color HEX #4936C2 Purple Heart

📋 copy color: '#4936C2'

red 73 ◦ green 54 ◦ blue 194

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

Shades of Purple Heart #4936C2

Tints of Purple Heart #4936C2

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.82%

 BLUE value IS 194 (76.17% from 255) = 60.44%

R = 22.74%
G = 16.82%
B = 60.44%

CMYK

 C value IS 0.62

 M value IS 0.72

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4936C2 (or 0x4936C2) is known color: Purple Heart. HEX triplet: 49, 36 and C2. RGB value is (73,54,194). Sum of RGB (Red+Green+Blue) = 73+54+194=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 194 (76.17% from 255 or 60.44% from 321); Max value from RGB is 194 - color contains mainly: blue. Hex color #4936C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4936C2 is #B6C93D. Grayscale: #4B4B4B. Windows color (decimal): -11979070 or 12727881. OLE color: 12727881.

HSL color Cylindrical-coordinate representation of color #4936C2: hue angle of 248.14º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4936C2 is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 54 194 -
CMYK 0.62 0.72 0 0.24
HSL 248.14º 0.56% 0.49% -
HSV(B) 248.14º 0.72% 0.76% -
XYZ 13.8 7.95 51.85 -
YUV 75.64 194.79 126.12 -
System Red Green Blue C M Y K H S L
Decimal 73 54 194 0.62 0.72 0 0.24 248.14 0.56 0.49
Hex 49 36 C2 3E 48 0 18 F8 38 31
Octal 111 66 302 76 110 0 30 370 70 61
Binary 1001001 110110 11000010 111110 1001000 0 11000 11111000 111000 110001

Color Harmonies of #4936C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4936C2

Black with #4936C2

Text Example


Text Example

White with #4936C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4936C2; }

 p { color: rgb(73,54,194); }

 H1.HeaderClassName
 {
   color: #4936C2;
 }
 .AnyTagClassName
 {
   color: #4936C2;
 }
</style>

background-color css

<style>
 a { background-color: #4936C2; }

 a { background-color: rgb(73,54,194); }

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

border-color css

<style>
 span { border-color: #4936C2; }

 span { border-color: rgb(73,54,194); }

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