Html Css Color HEX #4D21CF Purple Heart

📋 copy color: '#4D21CF'

red 77 ◦ green 33 ◦ blue 207

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

Shades of Purple Heart #4D21CF

Tints of Purple Heart #4D21CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 65.3%

R = 24.29%
G = 10.41%
B = 65.3%

CMYK

 C value IS 0.63

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4D21CF (or 0x4D21CF) is known color: Purple Heart. HEX triplet: 4D, 21 and CF. RGB value is (77,33,207). Sum of RGB (Red+Green+Blue) = 77+33+207=317 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.29% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 207 (81.25% from 255 or 65.30% from 317); Max value from RGB is 207 - color contains mainly: blue. Hex color #4D21CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D21CF is #B2DE30. Grayscale: #414141. Windows color (decimal): -11722289 or 13574477. OLE color: 13574477.

HSL color Cylindrical-coordinate representation of color #4D21CF: hue angle of 255.17º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D21CF is Cyan = 0.63, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 77 33 207 -
CMYK 0.63 0.84 0 0.19
HSL 255.17º 0.73% 0.47% -
HSV(B) 255.17º 0.84% 0.81% -
XYZ 14.87 7.17 59.63 -
YUV 65.99 207.58 135.85 -
System Red Green Blue C M Y K H S L
Decimal 77 33 207 0.63 0.84 0 0.19 255.17 0.73 0.47
Hex 4D 21 CF 3F 54 0 13 FF 48 2F
Octal 115 41 317 77 124 0 23 377 110 57
Binary 1001101 100001 11001111 111111 1010100 0 10011 11111111 1001000 101111

Color Harmonies of #4D21CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D21CF

Black with #4D21CF

Text Example


Text Example

White with #4D21CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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