Html Css Color HEX #4F32AD Purple Heart

📋 copy color: '#4F32AD'

red 79 ◦ green 50 ◦ blue 173

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

Shades of Purple Heart #4F32AD

Tints of Purple Heart #4F32AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 57.28%

R = 26.16%
G = 16.56%
B = 57.28%

CMYK

 C value IS 0.54

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4F32AD (or 0x4F32AD) is known color: Purple Heart. HEX triplet: 4F, 32 and AD. RGB value is (79,50,173). Sum of RGB (Red+Green+Blue) = 79+50+173=302 (40% of max value = 765). Red value is 79 (31.25% from 255 or 26.16% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 173 (67.97% from 255 or 57.28% from 302); Max value from RGB is 173 - color contains mainly: blue. Hex color #4F32AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F32AD is #B0CD52. Grayscale: #484848. Windows color (decimal): -11586899 or 11350607. OLE color: 11350607.

HSL color Cylindrical-coordinate representation of color #4F32AD: hue angle of 254.15º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4F32AD is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 79 50 173 -
CMYK 0.54 0.71 0 0.32
HSL 254.15º 0.55% 0.44% -
HSV(B) 254.15º 0.71% 0.68% -
XYZ 11.91 6.96 40.25 -
YUV 72.69 184.61 132.5 -
System Red Green Blue C M Y K H S L
Decimal 79 50 173 0.54 0.71 0 0.32 254.15 0.55 0.44
Hex 4F 32 AD 36 47 0 20 FE 37 2C
Octal 117 62 255 66 107 0 40 376 67 54
Binary 1001111 110010 10101101 110110 1000111 0 100000 11111110 110111 101100

Color Harmonies of #4F32AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F32AD

Black with #4F32AD

Text Example


Text Example

White with #4F32AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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