Html Css Color HEX #4D1BC6 Purple Heart

📋 copy color: '#4D1BC6'

red 77 ◦ green 27 ◦ blue 198

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

Shades of Purple Heart #4D1BC6

Tints of Purple Heart #4D1BC6

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.94%

 BLUE value IS 198 (77.73% from 255) = 65.56%

R = 25.5%
G = 8.94%
B = 65.56%

CMYK

 C value IS 0.61

 M value IS 0.86

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#4D1BC6 (or 0x4D1BC6) is known color: Purple Heart. HEX triplet: 4D, 1B and C6. RGB value is (77,27,198). Sum of RGB (Red+Green+Blue) = 77+27+198=302 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.50% from 302); Green value is 27 (10.94% from 255 or 8.94% from 302); Blue value is 198 (77.73% from 255 or 65.56% from 302); Max value from RGB is 198 - color contains mainly: blue. Hex color #4D1BC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D1BC6 is #B2E439. Grayscale: #3C3C3C. Windows color (decimal): -11723834 or 12983117. OLE color: 12983117.

HSL color Cylindrical-coordinate representation of color #4D1BC6: hue angle of 257.54º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D1BC6 is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 77 27 198 -
CMYK 0.61 0.86 0 0.22
HSL 257.54º 0.76% 0.44% -
HSV(B) 257.54º 0.86% 0.78% -
XYZ 13.65 6.44 53.95 -
YUV 61.44 205.07 139.1 -
System Red Green Blue C M Y K H S L
Decimal 77 27 198 0.61 0.86 0 0.22 257.54 0.76 0.44
Hex 4D 1B C6 3D 56 0 16 102 4C 2C
Octal 115 33 306 75 126 0 26 402 114 54
Binary 1001101 11011 11000110 111101 1010110 0 10110 100000010 1001100 101100

Color Harmonies of #4D1BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1BC6

Black with #4D1BC6

Text Example


Text Example

White with #4D1BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,27,198); }

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

background-color css

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

 a { background-color: rgb(77,27,198); }

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

border-color css

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

 span { border-color: rgb(77,27,198); }

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