Html Css Color HEX #4F25AD Purple Heart

📋 copy color: '#4F25AD'

red 79 ◦ green 37 ◦ blue 173

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

Shades of Purple Heart #4F25AD

Tints of Purple Heart #4F25AD

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.8%

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

R = 27.34%
G = 12.8%
B = 59.86%

CMYK

 C value IS 0.54

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4F25AD (or 0x4F25AD) is known color: Purple Heart. HEX triplet: 4F, 25 and AD. RGB value is (79,37,173). Sum of RGB (Red+Green+Blue) = 79+37+173=289 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.34% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 173 (67.97% from 255 or 59.86% from 289); Max value from RGB is 173 - color contains mainly: blue. Hex color #4F25AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F25AD is #B0DA52. Grayscale: #404040. Windows color (decimal): -11590227 or 11347279. OLE color: 11347279.

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

Color convert

RGB 79 37 173 -
CMYK 0.54 0.79 0 0.32
HSL 258.53º 0.65% 0.41% -
HSV(B) 258.53º 0.79% 0.68% -
XYZ 11.43 6 40.09 -
YUV 65.06 188.91 137.94 -
System Red Green Blue C M Y K H S L
Decimal 79 37 173 0.54 0.79 0 0.32 258.53 0.65 0.41
Hex 4F 25 AD 36 4F 0 20 103 41 29
Octal 117 45 255 66 117 0 40 403 101 51
Binary 1001111 100101 10101101 110110 1001111 0 100000 100000011 1000001 101001

Color Harmonies of #4F25AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F25AD

Black with #4F25AD

Text Example


Text Example

White with #4F25AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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