Html Css Color HEX #4F33DD Purple Heart

📋 copy color: '#4F33DD'

red 79 ◦ green 51 ◦ blue 221

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

Shades of Purple Heart #4F33DD

Tints of Purple Heart #4F33DD

RGB

 RED value IS 79 (31.25% from 255) = 22.51%

 GREEN value IS 51 (20.31% from 255) = 14.53%

 BLUE value IS 221 (86.72% from 255) = 62.96%

R = 22.51%
G = 14.53%
B = 62.96%

CMYK

 C value IS 0.64

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4F33DD (or 0x4F33DD) is known color: Purple Heart. HEX triplet: 4F, 33 and DD. RGB value is (79,51,221). Sum of RGB (Red+Green+Blue) = 79+51+221=351 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.51% from 351); Green value is 51 (20.31% from 255 or 14.53% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #4F33DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F33DD is #B0CC22. Grayscale: #4E4E4E. Windows color (decimal): -11586595 or 14496591. OLE color: 14496591.

HSL color Cylindrical-coordinate representation of color #4F33DD: hue angle of 249.88º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4F33DD is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 79 51 221 -
CMYK 0.64 0.77 0 0.13
HSL 249.88º 0.71% 0.53% -
HSV(B) 249.88º 0.77% 0.87% -
XYZ 17.46 9.25 69.27 -
YUV 78.75 208.28 128.18 -
System Red Green Blue C M Y K H S L
Decimal 79 51 221 0.64 0.77 0 0.13 249.88 0.71 0.53
Hex 4F 33 DD 40 4D 0 D FA 47 35
Octal 117 63 335 100 115 0 15 372 107 65
Binary 1001111 110011 11011101 1000000 1001101 0 1101 11111010 1000111 110101

Color Harmonies of #4F33DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F33DD

Black with #4F33DD

Text Example


Text Example

White with #4F33DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,51,221); }

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

background-color css

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

 a { background-color: rgb(79,51,221); }

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

border-color css

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

 span { border-color: rgb(79,51,221); }

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