Html Css Color HEX #4F32DB Purple Heart

📋 copy color: '#4F32DB'

red 79 ◦ green 50 ◦ blue 219

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

Shades of Purple Heart #4F32DB

Tints of Purple Heart #4F32DB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.37%

 BLUE value IS 219 (85.94% from 255) = 62.93%

R = 22.7%
G = 14.37%
B = 62.93%

CMYK

 C value IS 0.64

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4F32DB (or 0x4F32DB) is known color: Purple Heart. HEX triplet: 4F, 32 and DB. RGB value is (79,50,219). Sum of RGB (Red+Green+Blue) = 79+50+219=348 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.70% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 219 (85.94% from 255 or 62.93% from 348); Max value from RGB is 219 - color contains mainly: blue. Hex color #4F32DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F32DB is #B0CD24. Grayscale: #4D4D4D. Windows color (decimal): -11586853 or 14365263. OLE color: 14365263.

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

Color convert

RGB 79 50 219 -
CMYK 0.64 0.77 0 0.14
HSL 250.3º 0.7% 0.53% -
HSV(B) 250.3º 0.77% 0.86% -
XYZ 17.15 9.06 67.86 -
YUV 77.94 207.61 128.76 -
System Red Green Blue C M Y K H S L
Decimal 79 50 219 0.64 0.77 0 0.14 250.3 0.7 0.53
Hex 4F 32 DB 40 4D 0 E FA 46 35
Octal 117 62 333 100 115 0 16 372 106 65
Binary 1001111 110010 11011011 1000000 1001101 0 1110 11111010 1000110 110101

Color Harmonies of #4F32DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F32DB

Black with #4F32DB

Text Example


Text Example

White with #4F32DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,50,219); }

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

background-color css

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

 a { background-color: rgb(79,50,219); }

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

border-color css

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

 span { border-color: rgb(79,50,219); }

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