Html Css Color HEX #4F28BF Purple Heart

📋 copy color: '#4F28BF'

red 79 ◦ green 40 ◦ blue 191

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

Shades of Purple Heart #4F28BF

Tints of Purple Heart #4F28BF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.9%

 BLUE value IS 191 (75% from 255) = 61.61%

R = 25.48%
G = 12.9%
B = 61.61%

CMYK

 C value IS 0.59

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4F28BF (or 0x4F28BF) is known color: Purple Heart. HEX triplet: 4F, 28 and BF. RGB value is (79,40,191). Sum of RGB (Red+Green+Blue) = 79+40+191=310 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.48% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 191 (75% from 255 or 61.61% from 310); Max value from RGB is 191 - color contains mainly: blue. Hex color #4F28BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F28BF is #B0D740. Grayscale: #444444. Windows color (decimal): -11589441 or 12527695. OLE color: 12527695.

HSL color Cylindrical-coordinate representation of color #4F28BF: hue angle of 255.5º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4F28BF is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 79 40 191 -
CMYK 0.59 0.79 0 0.25
HSL 255.5º 0.65% 0.45% -
HSV(B) 255.5º 0.79% 0.75% -
XYZ 13.39 6.94 49.92 -
YUV 68.88 196.92 135.22 -
System Red Green Blue C M Y K H S L
Decimal 79 40 191 0.59 0.79 0 0.25 255.5 0.65 0.45
Hex 4F 28 BF 3B 4F 0 19 FF 41 2D
Octal 117 50 277 73 117 0 31 377 101 55
Binary 1001111 101000 10111111 111011 1001111 0 11001 11111111 1000001 101101

Color Harmonies of #4F28BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F28BF

Black with #4F28BF

Text Example


Text Example

White with #4F28BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,40,191); }

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

background-color css

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

 a { background-color: rgb(79,40,191); }

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

border-color css

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

 span { border-color: rgb(79,40,191); }

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