Html Css Color HEX #4F31AD Purple Heart

📋 copy color: '#4F31AD'

red 79 ◦ green 49 ◦ blue 173

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

Shades of Purple Heart #4F31AD

Tints of Purple Heart #4F31AD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.28%

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

R = 26.25%
G = 16.28%
B = 57.48%

CMYK

 C value IS 0.54

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4F31AD (or 0x4F31AD) is known color: Purple Heart. HEX triplet: 4F, 31 and AD. RGB value is (79,49,173). Sum of RGB (Red+Green+Blue) = 79+49+173=301 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.25% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 173 (67.97% from 255 or 57.48% from 301); Max value from RGB is 173 - color contains mainly: blue. Hex color #4F31AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F31AD is #B0CE52. Grayscale: #474747. Windows color (decimal): -11587155 or 11350351. OLE color: 11350351.

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

Color convert

RGB 79 49 173 -
CMYK 0.54 0.72 0 0.32
HSL 254.52º 0.56% 0.44% -
HSV(B) 254.52º 0.72% 0.68% -
XYZ 11.87 6.88 40.24 -
YUV 72.11 184.94 132.92 -
System Red Green Blue C M Y K H S L
Decimal 79 49 173 0.54 0.72 0 0.32 254.52 0.56 0.44
Hex 4F 31 AD 36 48 0 20 FF 38 2C
Octal 117 61 255 66 110 0 40 377 70 54
Binary 1001111 110001 10101101 110110 1001000 0 100000 11111111 111000 101100

Color Harmonies of #4F31AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F31AD

Black with #4F31AD

Text Example


Text Example

White with #4F31AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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