Html Css Color HEX #4D1CB4 Purple Heart

📋 copy color: '#4D1CB4'

red 77 ◦ green 28 ◦ blue 180

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

Shades of Purple Heart #4D1CB4

Tints of Purple Heart #4D1CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 63.16%

R = 27.02%
G = 9.82%
B = 63.16%

CMYK

 C value IS 0.57

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4D1CB4 (or 0x4D1CB4) is known color: Purple Heart. HEX triplet: 4D, 1C and B4. RGB value is (77,28,180). Sum of RGB (Red+Green+Blue) = 77+28+180=285 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.02% from 285); Green value is 28 (11.33% from 255 or 9.82% from 285); Blue value is 180 (70.70% from 255 or 63.16% from 285); Max value from RGB is 180 - color contains mainly: blue. Hex color #4D1CB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D1CB4 is #B2E34B. Grayscale: #3B3B3B. Windows color (decimal): -11723596 or 11803725. OLE color: 11803725.

HSL color Cylindrical-coordinate representation of color #4D1CB4: hue angle of 259.34º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D1CB4 is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 77 28 180 -
CMYK 0.57 0.84 0 0.29
HSL 259.34º 0.73% 0.41% -
HSV(B) 259.34º 0.84% 0.71% -
XYZ 11.71 5.7 43.66 -
YUV 59.98 195.73 140.14 -
System Red Green Blue C M Y K H S L
Decimal 77 28 180 0.57 0.84 0 0.29 259.34 0.73 0.41
Hex 4D 1C B4 39 54 0 1D 103 49 29
Octal 115 34 264 71 124 0 35 403 111 51
Binary 1001101 11100 10110100 111001 1010100 0 11101 100000011 1001001 101001

Color Harmonies of #4D1CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1CB4

Black with #4D1CB4

Text Example


Text Example

White with #4D1CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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