Html Css Color HEX #4D21B5 Purple Heart

📋 copy color: '#4D21B5'

red 77 ◦ green 33 ◦ blue 181

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

Shades of Purple Heart #4D21B5

Tints of Purple Heart #4D21B5

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.34%

 BLUE value IS 181 (71.09% from 255) = 62.2%

R = 26.46%
G = 11.34%
B = 62.2%

CMYK

 C value IS 0.57

 M value IS 0.82

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4D21B5 (or 0x4D21B5) is known color: Purple Heart. HEX triplet: 4D, 21 and B5. RGB value is (77,33,181). Sum of RGB (Red+Green+Blue) = 77+33+181=291 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.46% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 181 (71.09% from 255 or 62.20% from 291); Max value from RGB is 181 - color contains mainly: blue. Hex color #4D21B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D21B5 is #B2DE4A. Grayscale: #3E3E3E. Windows color (decimal): -11722315 or 11870541. OLE color: 11870541.

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

Color convert

RGB 77 33 181 -
CMYK 0.57 0.82 0 0.29
HSL 257.84º 0.69% 0.42% -
HSV(B) 257.84º 0.82% 0.71% -
XYZ 11.94 6 44.24 -
YUV 63.03 194.58 137.97 -
System Red Green Blue C M Y K H S L
Decimal 77 33 181 0.57 0.82 0 0.29 257.84 0.69 0.42
Hex 4D 21 B5 39 52 0 1D 102 45 2A
Octal 115 41 265 71 122 0 35 402 105 52
Binary 1001101 100001 10110101 111001 1010010 0 11101 100000010 1000101 101010

Color Harmonies of #4D21B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D21B5

Black with #4D21B5

Text Example


Text Example

White with #4D21B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,33,181); }

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

background-color css

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

 a { background-color: rgb(77,33,181); }

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

border-color css

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

 span { border-color: rgb(77,33,181); }

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