Html Css Color HEX #4F06BE Purple Heart

📋 copy color: '#4F06BE'

red 79 ◦ green 6 ◦ blue 190

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

Shades of Purple Heart #4F06BE

Tints of Purple Heart #4F06BE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.18%

 BLUE value IS 190 (74.61% from 255) = 69.09%

R = 28.73%
G = 2.18%
B = 69.09%

CMYK

 C value IS 0.58

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4F06BE (or 0x4F06BE) is known color: Purple Heart. HEX triplet: 4F, 06 and BE. RGB value is (79,6,190). Sum of RGB (Red+Green+Blue) = 79+6+190=275 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.73% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 190 (74.61% from 255 or 69.09% from 275); Max value from RGB is 190 - color contains mainly: blue. Hex color #4F06BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F06BE is #B0F941. Grayscale: #303030. Windows color (decimal): -11598146 or 12453455. OLE color: 12453455.

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

Color convert

RGB 79 6 190 -
CMYK 0.58 0.97 0 0.25
HSL 263.8º 0.94% 0.38% -
HSV(B) 263.8º 0.97% 0.75% -
XYZ 12.58 5.51 49.12 -
YUV 48.8 207.68 149.54 -
System Red Green Blue C M Y K H S L
Decimal 79 6 190 0.58 0.97 0 0.25 263.8 0.94 0.38
Hex 4F 6 BE 3A 61 0 19 108 5E 26
Octal 117 6 276 72 141 0 31 410 136 46
Binary 1001111 110 10111110 111010 1100001 0 11001 100001000 1011110 100110

Color Harmonies of #4F06BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F06BE

Black with #4F06BE

Text Example


Text Example

White with #4F06BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,6,190); }

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

background-color css

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

 a { background-color: rgb(79,6,190); }

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

border-color css

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

 span { border-color: rgb(79,6,190); }

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