Html Css Color HEX #4F01BF Purple Heart

📋 copy color: '#4F01BF'

red 79 ◦ green 1 ◦ blue 191

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

Shades of Purple Heart #4F01BF

Tints of Purple Heart #4F01BF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 29.15%
G = 0.37%
B = 70.48%

CMYK

 C value IS 0.59

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4F01BF (or 0x4F01BF) is known color: Purple Heart. HEX triplet: 4F, 01 and BF. RGB value is (79,1,191). Sum of RGB (Red+Green+Blue) = 79+1+191=271 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.15% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 191 (75% from 255 or 70.48% from 271); Max value from RGB is 191 - color contains mainly: blue. Hex color #4F01BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F01BF is #B0FE40. Grayscale: #2D2D2D. Windows color (decimal): -11599425 or 12517711. OLE color: 12517711.

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

Color convert

RGB 79 1 191 -
CMYK 0.59 0.99 0 0.25
HSL 264.63º 0.99% 0.38% -
HSV(B) 264.63º 0.99% 0.75% -
XYZ 12.64 5.45 49.68 -
YUV 45.98 209.84 151.55 -
System Red Green Blue C M Y K H S L
Decimal 79 1 191 0.59 0.99 0 0.25 264.63 0.99 0.38
Hex 4F 1 BF 3B 63 0 19 109 63 26
Octal 117 1 277 73 143 0 31 411 143 46
Binary 1001111 1 10111111 111011 1100011 0 11001 100001001 1100011 100110

Color Harmonies of #4F01BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F01BF

Black with #4F01BF

Text Example


Text Example

White with #4F01BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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