Html Css Color HEX #4D1FC9 Purple Heart

📋 copy color: '#4D1FC9'

red 77 ◦ green 31 ◦ blue 201

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

Shades of Purple Heart #4D1FC9

Tints of Purple Heart #4D1FC9

RGB

 RED value IS 77 (30.47% from 255) = 24.92%

 GREEN value IS 31 (12.5% from 255) = 10.03%

 BLUE value IS 201 (78.91% from 255) = 65.05%

R = 24.92%
G = 10.03%
B = 65.05%

CMYK

 C value IS 0.62

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4D1FC9 (or 0x4D1FC9) is known color: Purple Heart. HEX triplet: 4D, 1F and C9. RGB value is (77,31,201). Sum of RGB (Red+Green+Blue) = 77+31+201=309 (40% of max value = 765). Red value is 77 (30.47% from 255 or 24.92% from 309); Green value is 31 (12.5% from 255 or 10.03% from 309); Blue value is 201 (78.91% from 255 or 65.05% from 309); Max value from RGB is 201 - color contains mainly: blue. Hex color #4D1FC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D1FC9 is #B2E036. Grayscale: #3F3F3F. Windows color (decimal): -11722807 or 13180749. OLE color: 13180749.

HSL color Cylindrical-coordinate representation of color #4D1FC9: hue angle of 256.24º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4D1FC9 is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 77 31 201 -
CMYK 0.62 0.85 0 0.21
HSL 256.24º 0.73% 0.45% -
HSV(B) 256.24º 0.85% 0.79% -
XYZ 14.09 6.77 55.82 -
YUV 64.13 205.24 137.18 -
System Red Green Blue C M Y K H S L
Decimal 77 31 201 0.62 0.85 0 0.21 256.24 0.73 0.45
Hex 4D 1F C9 3E 55 0 15 100 49 2D
Octal 115 37 311 76 125 0 25 400 111 55
Binary 1001101 11111 11001001 111110 1010101 0 10101 100000000 1001001 101101

Color Harmonies of #4D1FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1FC9

Black with #4D1FC9

Text Example


Text Example

White with #4D1FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,31,201); }

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

background-color css

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

 a { background-color: rgb(77,31,201); }

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

border-color css

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

 span { border-color: rgb(77,31,201); }

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