Html Css Color HEX #4D1CBF Purple Heart

📋 copy color: '#4D1CBF'

red 77 ◦ green 28 ◦ blue 191

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

Shades of Purple Heart #4D1CBF

Tints of Purple Heart #4D1CBF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.46%

 BLUE value IS 191 (75% from 255) = 64.53%

R = 26.01%
G = 9.46%
B = 64.53%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D1CBF (or 0x4D1CBF) is known color: Purple Heart. HEX triplet: 4D, 1C and BF. RGB value is (77,28,191). Sum of RGB (Red+Green+Blue) = 77+28+191=296 (39% of max value = 765). Red value is 77 (30.47% from 255 or 26.01% from 296); Green value is 28 (11.33% from 255 or 9.46% from 296); Blue value is 191 (75% from 255 or 64.53% from 296); Max value from RGB is 191 - color contains mainly: blue. Hex color #4D1CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D1CBF is #B2E340. Grayscale: #3C3C3C. Windows color (decimal): -11723585 or 12524621. OLE color: 12524621.

HSL color Cylindrical-coordinate representation of color #4D1CBF: hue angle of 258.04º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4D1CBF is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 77 28 191 -
CMYK 0.60 0.85 0 0.25
HSL 258.04º 0.74% 0.43% -
HSV(B) 258.04º 0.85% 0.75% -
XYZ 12.88 6.17 49.8 -
YUV 61.23 201.23 139.25 -
System Red Green Blue C M Y K H S L
Decimal 77 28 191 0.60 0.85 0 0.25 258.04 0.74 0.43
Hex 4D 1C BF 3C 55 0 19 102 4A 2B
Octal 115 34 277 74 125 0 31 402 112 53
Binary 1001101 11100 10111111 111100 1010101 0 11001 100000010 1001010 101011

Color Harmonies of #4D1CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1CBF

Black with #4D1CBF

Text Example


Text Example

White with #4D1CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,28,191); }

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

background-color css

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

 a { background-color: rgb(77,28,191); }

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

border-color css

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

 span { border-color: rgb(77,28,191); }

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