Html Css Color HEX #4D21CD Purple Heart

📋 copy color: '#4D21CD'

red 77 ◦ green 33 ◦ blue 205

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

Shades of Purple Heart #4D21CD

Tints of Purple Heart #4D21CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 65.08%

R = 24.44%
G = 10.48%
B = 65.08%

CMYK

 C value IS 0.62

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4D21CD (or 0x4D21CD) is known color: Purple Heart. HEX triplet: 4D, 21 and CD. RGB value is (77,33,205). Sum of RGB (Red+Green+Blue) = 77+33+205=315 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.44% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 205 (80.47% from 255 or 65.08% from 315); Max value from RGB is 205 - color contains mainly: blue. Hex color #4D21CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D21CD is #B2DE32. Grayscale: #414141. Windows color (decimal): -11722291 or 13443405. OLE color: 13443405.

HSL color Cylindrical-coordinate representation of color #4D21CD: hue angle of 255.35º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D21CD is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 77 33 205 -
CMYK 0.62 0.84 0 0.20
HSL 255.35º 0.72% 0.47% -
HSV(B) 255.35º 0.84% 0.8% -
XYZ 14.62 7.07 58.35 -
YUV 65.76 206.58 136.01 -
System Red Green Blue C M Y K H S L
Decimal 77 33 205 0.62 0.84 0 0.20 255.35 0.72 0.47
Hex 4D 21 CD 3E 54 0 14 FF 48 2F
Octal 115 41 315 76 124 0 24 377 110 57
Binary 1001101 100001 11001101 111110 1010100 0 10100 11111111 1001000 101111

Color Harmonies of #4D21CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D21CD

Black with #4D21CD

Text Example


Text Example

White with #4D21CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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