Html Css Color HEX #4F2EC4 Purple Heart

📋 copy color: '#4F2EC4'

red 79 ◦ green 46 ◦ blue 196

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

Shades of Purple Heart #4F2EC4

Tints of Purple Heart #4F2EC4

RGB

 RED value IS 79 (31.25% from 255) = 24.61%

 GREEN value IS 46 (18.36% from 255) = 14.33%

 BLUE value IS 196 (76.95% from 255) = 61.06%

R = 24.61%
G = 14.33%
B = 61.06%

CMYK

 C value IS 0.60

 M value IS 0.77

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#4F2EC4 (or 0x4F2EC4) is known color: Purple Heart. HEX triplet: 4F, 2E and C4. RGB value is (79,46,196). Sum of RGB (Red+Green+Blue) = 79+46+196=321 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.61% from 321); Green value is 46 (18.36% from 255 or 14.33% from 321); Blue value is 196 (76.95% from 255 or 61.06% from 321); Max value from RGB is 196 - color contains mainly: blue. Hex color #4F2EC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F2EC4 is #B0D13B. Grayscale: #484848. Windows color (decimal): -11587900 or 12856911. OLE color: 12856911.

HSL color Cylindrical-coordinate representation of color #4F2EC4: hue angle of 253.2º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4F2EC4 is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 79 46 196 -
CMYK 0.60 0.77 0 0.23
HSL 253.2º 0.62% 0.47% -
HSV(B) 253.2º 0.77% 0.77% -
XYZ 14.17 7.6 52.95 -
YUV 72.97 197.43 132.3 -
System Red Green Blue C M Y K H S L
Decimal 79 46 196 0.60 0.77 0 0.23 253.2 0.62 0.47
Hex 4F 2E C4 3C 4D 0 17 FD 3E 2F
Octal 117 56 304 74 115 0 27 375 76 57
Binary 1001111 101110 11000100 111100 1001101 0 10111 11111101 111110 101111

Color Harmonies of #4F2EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2EC4

Black with #4F2EC4

Text Example


Text Example

White with #4F2EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F2EC4; }

 p { color: rgb(79,46,196); }

 H1.HeaderClassName
 {
   color: #4F2EC4;
 }
 .AnyTagClassName
 {
   color: #4F2EC4;
 }
</style>

background-color css

<style>
 a { background-color: #4F2EC4; }

 a { background-color: rgb(79,46,196); }

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

border-color css

<style>
 span { border-color: #4F2EC4; }

 span { border-color: rgb(79,46,196); }

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